onnx2versal
Loading...
Searching...
No Matches
ConvReluStreamGraph< CONV, INP_H, INP_W, INP_W_PAD, OUT_W, OUT_W_PAD, STEP_H, STEP_W, B, C, M, KH, KW, GROUP, IS_RELU, H0, H1, W0, W1 > Class Template Reference

Single instance graph that streams weights and biases, significantly slower. More...

#include <graph_conv.h>

Inherits adf::graph.

Public Member Functions

 ConvReluStreamGraph (std::vector< float > bias)
 

Public Attributes

adf::port< input > pin [2]
 
adf::port< output > pout [1]
 

Static Public Attributes

static constexpr int OUT_H = (PAD_H - KH) / STEP_H + 1
 

Detailed Description

template<template< int, int, int, int, int, int, int, int, int, int, int, int, int > class CONV, int INP_H, int INP_W, int INP_W_PAD, int OUT_W, int OUT_W_PAD, int STEP_H, int STEP_W, int B, int C, int M, int KH, int KW, int GROUP, int IS_RELU, int H0 = 0, int H1 = 0, int W0 = 0, int W1 = 0>
class ConvReluStreamGraph< CONV, INP_H, INP_W, INP_W_PAD, OUT_W, OUT_W_PAD, STEP_H, STEP_W, B, C, M, KH, KW, GROUP, IS_RELU, H0, H1, W0, W1 >

<dl class=

<td class=

<td class=

<td class=


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