Home
last modified time | relevance | path

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

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