23.11
|
#include <graph_validate_utils.h>
Public Member Functions | |
GraphValidateExample (std::string name) | |
virtual LayerT | GraphFunctionLayer (ExampleParams ¶ms)=0 |
bool | do_setup (int argc, char **argv) override |
Setup the example. More... | |
void | do_run () override |
Run the example. More... | |
void | do_teardown () override |
Teardown the example. More... | |
![]() | |
virtual void | do_validate () |
Run reference implementation and validate against the target output. More... | |
virtual void | print_parameters (test::framework::Printer &printer) |
Print the example parameters. More... | |
virtual | ~ValidateExample ()=default |
Default destructor. More... | |
Data Fields | |
arm_compute::graph::frontend::Stream | graph |
Definition at line 614 of file graph_validate_utils.h.
|
inline |
Definition at line 617 of file graph_validate_utils.h.
|
inlineoverridevirtual |
Run the example.
Reimplemented from ValidateExample.
Definition at line 667 of file graph_validate_utils.h.
|
inlineoverridevirtual |
Setup the example.
[in] | argc | Argument count. |
[in] | argv | Argument values. |
Reimplemented from ValidateExample.
Definition at line 624 of file graph_validate_utils.h.
|
inlineoverridevirtual |
Teardown the example.
Reimplemented from ValidateExample.
Definition at line 672 of file graph_validate_utils.h.
|
pure virtual |
Definition at line 676 of file graph_validate_utils.h.
Referenced by GraphValidateExample< DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthConvolutionVerifyAccessor >::do_run(), and GraphValidateExample< DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthConvolutionVerifyAccessor >::do_setup().