darknet  v3
Functions
reorg_layer.c File Reference
#include "reorg_layer.h"
#include "cuda.h"
#include "blas.h"
#include <stdio.h>
Include dependency graph for reorg_layer.c:

Go to the source code of this file.

Functions

layer make_reorg_layer (int batch, int w, int h, int c, int stride, int reverse, int flatten, int extra)
 
void resize_reorg_layer (layer *l, int w, int h)
 
void forward_reorg_layer (const layer l, network net)
 
void backward_reorg_layer (const layer l, network net)
 

Function Documentation

◆ backward_reorg_layer()

void backward_reorg_layer ( const layer  l,
network  net 
)

Definition at line 112 of file reorg_layer.c.

◆ forward_reorg_layer()

void forward_reorg_layer ( const layer  l,
network  net 
)

Definition at line 91 of file reorg_layer.c.

◆ make_reorg_layer()

layer make_reorg_layer ( int  batch,
int  w,
int  h,
int  c,
int  stride,
int  reverse,
int  flatten,
int  extra 
)

Definition at line 8 of file reorg_layer.c.

◆ resize_reorg_layer()

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

Definition at line 58 of file reorg_layer.c.