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

Go to the source code of this file.

Functions

layer make_logistic_layer (int batch, int inputs)
 
void forward_logistic_layer (const layer l, network net)
 
void backward_logistic_layer (const layer l, network net)
 

Function Documentation

◆ backward_logistic_layer()

void backward_logistic_layer ( const layer  l,
network  net 
)

Definition at line 48 of file logistic_layer.c.

◆ forward_logistic_layer()

void forward_logistic_layer ( const layer  l,
network  net 
)

Definition at line 38 of file logistic_layer.c.

◆ make_logistic_layer()

layer make_logistic_layer ( int  batch,
int  inputs 
)

Definition at line 12 of file logistic_layer.c.