Searched refs:GraphValidateExample (Results 1 – 4 of 4) sorted by relevance
277 class GraphFullyConnectedValidateExample final : public GraphValidateExample<FullyConnectedLayer, F…279 using GraphValidateExample::graph;283 : GraphValidateExample("Fully_connected Graph example") in GraphFullyConnectedValidateExample()
351 class GraphDepthwiseConvolutionValidateExample final : public GraphValidateExample<DepthwiseConvolu…353 using GraphValidateExample::graph;357 : GraphValidateExample("DepthWiseConvolution Graph example") in GraphDepthwiseConvolutionValidateExample()
355 class GraphConvolutionValidateExample final : public GraphValidateExample<ConvolutionLayer, Convolu…357 using GraphValidateExample::graph;361 : GraphValidateExample("Convolution Graph example") in GraphConvolutionValidateExample()
628 class GraphValidateExample : public ValidateExample631 GraphValidateExample(std::string name) in GraphValidateExample() function