22.05
|
Structure holding all the graph Example parameters. More...
#include <graph_validate_utils.h>
Data Fields | |
FrameworkParams | common_params {} |
TensorParams | input {} |
TensorParams | weights {} |
TensorParams | bias {} |
TensorParams | output {} |
VerificationParams | verification {} |
arm_compute::DataType | data_type { DataType::F32 } |
Structure holding all the graph Example parameters.
Definition at line 135 of file graph_validate_utils.h.
TensorParams bias {} |
Definition at line 140 of file graph_validate_utils.h.
FrameworkParams common_params {} |
Definition at line 137 of file graph_validate_utils.h.
Referenced by arm_compute::utils::consume_common_graph_parameters(), CommonGraphValidateOptions::consume_common_parameters(), GraphValidateExample< DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthConvolutionVerifyAccessor >::do_setup(), and CommonGraphValidateOptions::print_parameters().
arm_compute::DataType data_type { DataType::F32 } |
TensorParams input {} |
Definition at line 138 of file graph_validate_utils.h.
Referenced by arm_compute::utils::calculate_convolution_padding(), and GraphValidateExample< DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthConvolutionVerifyAccessor >::do_setup().
TensorParams output {} |
Definition at line 141 of file graph_validate_utils.h.
VerificationParams verification {} |
Definition at line 142 of file graph_validate_utils.h.
Referenced by arm_compute::utils::consume_common_graph_parameters(), and CommonGraphValidateOptions::consume_common_parameters().
TensorParams weights {} |
Definition at line 139 of file graph_validate_utils.h.
Referenced by arm_compute::utils::calculate_convolution_padding().