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

Go to the source code of this file.

Typedefs

typedef layer detection_layer
 

Functions

detection_layer make_detection_layer (int batch, int inputs, int n, int size, int classes, int coords, int rescore)
 
void forward_detection_layer (const detection_layer l, network net)
 
void backward_detection_layer (const detection_layer l, network net)
 

Typedef Documentation

◆ detection_layer

Definition at line 7 of file detection_layer.h.

Function Documentation

◆ backward_detection_layer()

void backward_detection_layer ( const detection_layer  l,
network  net 
)

Definition at line 220 of file detection_layer.c.

◆ forward_detection_layer()

void forward_detection_layer ( const detection_layer  l,
network  net 
)

Definition at line 50 of file detection_layer.c.

◆ make_detection_layer()

detection_layer make_detection_layer ( int  batch,
int  inputs,
int  n,
int  size,
int  classes,
int  coords,
int  rescore 
)

Definition at line 14 of file detection_layer.c.