Darknet/YOLO  v3.0-44-gb8253a4
Object Detection Framework
activation_layer.cpp File Reference
Include dependency graph for activation_layer.cpp:

Functions

layer make_activation_layer (int batch, int inputs, ACTIVATION activation)
 
void forward_activation_layer (layer l, network_state state)
 
void backward_activation_layer (layer l, network_state state)
 
void forward_activation_layer_gpu (layer l, network_state state)
 
void backward_activation_layer_gpu (layer l, network_state state)
 

Function Documentation

◆ make_activation_layer()

layer make_activation_layer ( int  batch,
int  inputs,
ACTIVATION  activation 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_activation_layer()

void forward_activation_layer ( layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_activation_layer()

void backward_activation_layer ( layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_activation_layer_gpu()

void forward_activation_layer_gpu ( layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_activation_layer_gpu()

void backward_activation_layer_gpu ( layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function: