Compute Library
 23.08
TensorParams Struct Reference

Structure holding all the input tensor graph parameters. More...

#include <graph_validate_utils.h>

Collaboration diagram for TensorParams:
[legend]

Data Fields

int width { 1 }
 
int height { 1 }
 
int fm { 1 }
 
int batch { 1 }
 
QuantizationInfo quant_info { 1.0f, 0 }
 
std::string npy {}
 
uint64_t range_low { 0 }
 
uint64_t range_high { 16 }
 

Detailed Description

Structure holding all the input tensor graph parameters.

Definition at line 106 of file graph_validate_utils.h.

Field Documentation

◆ batch

◆ fm

◆ height

◆ npy

std::string npy {}

Definition at line 113 of file graph_validate_utils.h.

Referenced by VerifyAccessor< D >::access_tensor().

◆ quant_info

◆ range_high

◆ range_low

◆ width


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