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

Go to the source code of this file.

Functions

void backward_reorg_layer (const layer l, network_state state)
void forward_reorg_layer (const layer l, network_state state)
layer make_reorg_layer (int batch, int w, int h, int c, int stride, int reverse)
void resize_reorg_layer (layer *l, int w, int h)

Function Documentation

void backward_reorg_layer ( const layer  l,
network_state  state 
)

Definition at line 87 of file reorg_layer.c.

void forward_reorg_layer ( const layer  l,
network_state  state 
)

Definition at line 78 of file reorg_layer.c.

layer make_reorg_layer ( int  batch,
int  w,
int  h,
int  c,
int  stride,
int  reverse 
)

Definition at line 7 of file reorg_layer.c.

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

Definition at line 45 of file reorg_layer.c.



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