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

Go to the source code of this file.

Typedefs

typedef layer local_layer

Functions

void backward_bias (float *bias_updates, float *delta, int batch, int n, int size)
void backward_local_layer (local_layer layer, network_state state)
void bias_output (float *output, float *biases, int batch, int n, int size)
void forward_local_layer (const local_layer layer, network_state state)
local_layer make_local_layer (int batch, int h, int w, int c, int n, int size, int stride, int pad, ACTIVATION activation)
void update_local_layer (local_layer layer, int batch, float learning_rate, float momentum, float decay)

Typedef Documentation

typedef layer local_layer

Definition at line 10 of file local_layer.h.


Function Documentation

void backward_bias ( float *  bias_updates,
float *  delta,
int  batch,
int  n,
int  size 
)

Definition at line 417 of file convolutional_layer.c.

void backward_local_layer ( local_layer  layer,
network_state  state 
)

Definition at line 122 of file local_layer.c.

void bias_output ( float *  output,
float *  biases,
int  batch,
int  n,
int  size 
)
void forward_local_layer ( const local_layer  layer,
network_state  state 
)

Definition at line 91 of file local_layer.c.

local_layer make_local_layer ( int  batch,
int  h,
int  w,
int  c,
int  n,
int  size,
int  stride,
int  pad,
ACTIVATION  activation 
)

Definition at line 26 of file local_layer.c.

void update_local_layer ( local_layer  layer,
int  batch,
float  learning_rate,
float  momentum,
float  decay 
)

Definition at line 167 of file local_layer.c.



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