onnx2versal
Loading...
Searching...
No Matches
Conv1x1Relu< INP_H, INP_W, OUT_W, OUT_W_PAD, STEP_H, STEP_W, B, C, M, KH, KW, GROUP, IS_RELU > Class Template Reference

Vector stream implementation for BCHW, stores weights and biases, requires KH==KW==1, INP_W%4==0, OUT_W_PAD%(8|4)==0, STEP_H==1|2, STEP_W==1|2, GROUP==1, Conv1x1Relu<24,24,24,24,1,1,1,2,4,1,1,1,1> total = 3617.

#include <conv.h>

Public Member Functions

 Conv1x1Relu (float(&w)[M *C], float(&b)[M])
 
void filter (input_window< float > *in, output_window< float > *out)
 

Static Public Member Functions

static void registerKernelClass ()
 

The documentation for this class was generated from the following files: