Functions
shortcut_layer.h File Reference
#include "layer.h"
#include "network.h"
Include dependency graph for shortcut_layer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void backward_shortcut_layer (const layer l, network_state state)
void forward_shortcut_layer (const layer l, network_state state)
layer make_shortcut_layer (int batch, int index, int w, int h, int c, int w2, int h2, int c2)

Function Documentation

void backward_shortcut_layer ( const layer  l,
network_state  state 
)

Definition at line 46 of file shortcut_layer.c.

void forward_shortcut_layer ( const layer  l,
network_state  state 
)

Definition at line 39 of file shortcut_layer.c.

layer make_shortcut_layer ( int  batch,
int  index,
int  w,
int  h,
int  c,
int  w2,
int  h2,
int  c2 
)

Definition at line 7 of file shortcut_layer.c.



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