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

Go to the source code of this file.

Functions

void backward_crnn_layer (layer l, network_state state)
void forward_crnn_layer (layer l, network_state state)
layer make_crnn_layer (int batch, int h, int w, int c, int hidden_filters, int output_filters, int steps, ACTIVATION activation, int batch_normalize)
void update_crnn_layer (layer l, int batch, float learning_rate, float momentum, float decay)

Function Documentation

void backward_crnn_layer ( layer  l,
network_state  state 
)

Definition at line 132 of file crnn_layer.c.

void forward_crnn_layer ( layer  l,
network_state  state 
)

Definition at line 91 of file crnn_layer.c.

layer make_crnn_layer ( int  batch,
int  h,
int  w,
int  c,
int  hidden_filters,
int  output_filters,
int  steps,
ACTIVATION  activation,
int  batch_normalize 
)

Definition at line 29 of file crnn_layer.c.

void update_crnn_layer ( layer  l,
int  batch,
float  learning_rate,
float  momentum,
float  decay 
)

Definition at line 84 of file crnn_layer.c.



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