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

Go to the source code of this file.

Functions

layer make_l2norm_layer (int batch, int inputs)
 
void forward_l2norm_layer (const layer l, network net)
 
void backward_l2norm_layer (const layer l, network net)
 

Function Documentation

◆ backward_l2norm_layer()

void backward_l2norm_layer ( const layer  l,
network  net 
)

Definition at line 43 of file l2norm_layer.c.

◆ forward_l2norm_layer()

void forward_l2norm_layer ( const layer  l,
network  net 
)

Definition at line 37 of file l2norm_layer.c.

◆ make_l2norm_layer()

layer make_l2norm_layer ( int  batch,
int  inputs 
)

Definition at line 12 of file l2norm_layer.c.