Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/
H A Dgraph_fully_connected.cpp277 class GraphFullyConnectedValidateExample final : public GraphValidateExample<FullyConnectedLayer, F…
279 using GraphValidateExample::graph;
283 : GraphValidateExample("Fully_connected Graph example") in GraphFullyConnectedValidateExample()
H A Dgraph_depthwiseconvolution.cpp351 class GraphDepthwiseConvolutionValidateExample final : public GraphValidateExample<DepthwiseConvolu…
353 using GraphValidateExample::graph;
357 : GraphValidateExample("DepthWiseConvolution Graph example") in GraphDepthwiseConvolutionValidateExample()
H A Dgraph_convolution.cpp355 class GraphConvolutionValidateExample final : public GraphValidateExample<ConvolutionLayer, Convolu…
357 using GraphValidateExample::graph;
361 : GraphValidateExample("Convolution Graph example") in GraphConvolutionValidateExample()
H A Dgraph_validate_utils.h628 class GraphValidateExample : public ValidateExample
631 GraphValidateExample(std::string name) in GraphValidateExample() function