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

Go to the source code of this file.

Functions

layer make_region_layer (int batch, int w, int h, int n, int classes, int coords)
 
void forward_region_layer (const layer l, network net)
 
void backward_region_layer (const layer l, network net)
 
void resize_region_layer (layer *l, int w, int h)
 

Function Documentation

◆ backward_region_layer()

void backward_region_layer ( const layer  l,
network  net 
)

Definition at line 323 of file region_layer.c.

◆ forward_region_layer()

void forward_region_layer ( const layer  l,
network  net 
)

Definition at line 158 of file region_layer.c.

◆ make_region_layer()

layer make_region_layer ( int  batch,
int  w,
int  h,
int  n,
int  classes,
int  coords 
)

Definition at line 13 of file region_layer.c.

◆ resize_region_layer()

void resize_region_layer ( layer l,
int  w,
int  h 
)

Definition at line 56 of file region_layer.c.