Home
last modified time | relevance | path

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

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