23.05
|
Structure holding all the common graph parameters. More...
#include <graph_validate_utils.h>
Data Fields | |
bool | help { false } |
int | threads { 0 } |
arm_compute::graph::Target | target { arm_compute::graph::Target::NEON } |
Structure holding all the common graph parameters.
Definition at line 127 of file graph_validate_utils.h.
bool help { false } |
Definition at line 129 of file graph_validate_utils.h.
Referenced by arm_compute::utils::consume_common_graph_parameters(), CommonGraphValidateOptions::consume_common_parameters(), and GraphValidateExample< DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthConvolutionVerifyAccessor >::do_setup().
Definition at line 131 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().
int threads { 0 } |
Definition at line 130 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().