Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
softmax_layer.hpp File Reference
Include dependency graph for softmax_layer.hpp:
This graph shows which files directly or indirectly include this file:

Functions

void backward_contrastive_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_contrastive_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_softmax_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_softmax_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_contrastive_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_contrastive_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_softmax_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_softmax_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
Darknet::Layer make_contrastive_layer (int batch, int w, int h, int n, int classes, int inputs, Darknet::Layer *yolo_layer)
 
Darknet::Layer make_softmax_layer (int batch, int inputs, int groups)
 
void pull_contrastive_layer_output (const Darknet::Layer &l)
 
void pull_softmax_layer_output (const Darknet::Layer &l)
 
void push_contrastive_layer_output (const Darknet::Layer &l)
 
void softmax_array (float *input, int n, float temp, float *output)
 

Function Documentation

◆ backward_contrastive_layer()

void backward_contrastive_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_contrastive_layer_gpu()

void backward_contrastive_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_softmax_layer()

void backward_softmax_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_softmax_layer_gpu()

void backward_softmax_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_contrastive_layer()

void forward_contrastive_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Todo:
does this still apply now that classifier code has been removed?
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_contrastive_layer_gpu()

void forward_contrastive_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_softmax_layer()

void forward_softmax_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_softmax_layer_gpu()

void forward_softmax_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ make_contrastive_layer()

Darknet::Layer make_contrastive_layer ( int  batch,
int  w,
int  h,
int  n,
int  classes,
int  inputs,
Darknet::Layer yolo_layer 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ make_softmax_layer()

Darknet::Layer make_softmax_layer ( int  batch,
int  inputs,
int  groups 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pull_contrastive_layer_output()

void pull_contrastive_layer_output ( const Darknet::Layer l)
Here is the call graph for this function:

◆ pull_softmax_layer_output()

void pull_softmax_layer_output ( const Darknet::Layer l)
Here is the call graph for this function:

◆ push_contrastive_layer_output()

void push_contrastive_layer_output ( const Darknet::Layer l)
Here is the call graph for this function:

◆ softmax_array()

void softmax_array ( float *  input,
int  n,
float  temp,
float *  output 
)