Home
last modified time | relevance | path

Searched refs:GraphResNet12Example (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_resnet12.cpp35 class GraphResNet12Example : public Example class
38 GraphResNet12Example() in GraphResNet12Example() function in GraphResNet12Example
48 GraphResNet12Example(const GraphResNet12Example &) = delete;
49 GraphResNet12Example &operator=(const GraphResNet12Example &) = delete;
50 ~GraphResNet12Example() override = default;
221 return arm_compute::utils::run_example<GraphResNet12Example>(argc, argv); in main()