onnx2versal
Loading...
Searching...
No Matches
QLinearConvGraph< PAD, QLINEARCONV, TT, TTPARAM, INP_H, INP_W, INP_W_PAD, OUT_W, OUT_W_PAD, STEP_H, STEP_W, B, C, M, KH, KW, GROUP, H0, H1, W0, W1 > Class Template Reference

Single instance graph that stores weights and biases Max size = 16384 and 4096 bytes respectively. More...

#include <graph_qlinearconv.h>

Inherits adf::graph.

Public Member Functions

 QLinearConvGraph (std::vector< TTPARAM > weights, std::vector< int32_t > bias, float x_scale, float w_scale, float y_scale, TT x_zero, TTPARAM w_zero, TT y_zero)
 

Public Attributes

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

Static Public Attributes

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

Detailed Description

template<template< typename, int, int, int, int, int, int, int, int > class PAD, template< typename, typename, int, int, int, int, int, int, int, int, int, int, int, int > class QLINEARCONV, typename TT, typename TTPARAM, 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 H0 = 0, int H1 = 0, int W0 = 0, int W1 = 0>
class QLinearConvGraph< PAD, QLINEARCONV, TT, TTPARAM, INP_H, INP_W, INP_W_PAD, OUT_W, OUT_W_PAD, STEP_H, STEP_W, B, C, M, KH, KW, GROUP, H0, H1, W0, W1 >

<dl class=

<td class=

<td class=


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