Functions
crop_layer.c File Reference
#include "crop_layer.h"
#include "cuda.h"
#include <stdio.h>
Include dependency graph for crop_layer.c:

Go to the source code of this file.

Functions

void backward_crop_layer (const crop_layer l, network_state state)
void backward_crop_layer_gpu (const crop_layer l, network_state state)
void forward_crop_layer (const crop_layer l, network_state state)
image get_crop_image (crop_layer l)
crop_layer make_crop_layer (int batch, int h, int w, int c, int crop_height, int crop_width, int flip, float angle, float saturation, float exposure)
void resize_crop_layer (layer *l, int w, int h)

Function Documentation

void backward_crop_layer ( const crop_layer  l,
network_state  state 
)

Definition at line 13 of file crop_layer.c.

void backward_crop_layer_gpu ( const crop_layer  l,
network_state  state 
)

Definition at line 14 of file crop_layer.c.

void forward_crop_layer ( const crop_layer  l,
network_state  state 
)

Definition at line 67 of file crop_layer.c.

Definition at line 5 of file crop_layer.c.

crop_layer make_crop_layer ( int  batch,
int  h,
int  w,
int  c,
int  crop_height,
int  crop_width,
int  flip,
float  angle,
float  saturation,
float  exposure 
)

Definition at line 16 of file crop_layer.c.

void resize_crop_layer ( layer l,
int  w,
int  h 
)

Definition at line 48 of file crop_layer.c.



rail_object_detector
Author(s):
autogenerated on Sat Jun 8 2019 20:26:31