23.08
|
Structure holding all the input tensor graph parameters. More...
#include <graph_validate_utils.h>
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 } |
Structure holding all the input tensor graph parameters.
Definition at line 106 of file graph_validate_utils.h.
int batch { 1 } |
Definition at line 111 of file graph_validate_utils.h.
Referenced by VerifyAccessor< D >::create_tensors(), and GraphValidateExample< DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthConvolutionVerifyAccessor >::do_setup().
int fm { 1 } |
Definition at line 110 of file graph_validate_utils.h.
Referenced by VerifyAccessor< D >::create_tensors(), and GraphValidateExample< DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthConvolutionVerifyAccessor >::do_setup().
int height { 1 } |
std::string npy {} |
Definition at line 113 of file graph_validate_utils.h.
Referenced by VerifyAccessor< D >::access_tensor().
QuantizationInfo quant_info { 1.0f, 0 } |
Definition at line 112 of file graph_validate_utils.h.
Referenced by VerifyAccessor< D >::create_tensors(), and GraphValidateExample< DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthConvolutionVerifyAccessor >::do_setup().
uint64_t range_high { 16 } |
Definition at line 115 of file graph_validate_utils.h.
Referenced by VerifyAccessor< D >::access_tensor(), and GraphValidateExample< DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthConvolutionVerifyAccessor >::do_setup().
uint64_t range_low { 0 } |
Definition at line 114 of file graph_validate_utils.h.
Referenced by VerifyAccessor< D >::access_tensor(), and GraphValidateExample< DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthConvolutionVerifyAccessor >::do_setup().
int width { 1 } |