Home
last modified time | relevance | path

Searched defs:convLayer2 (Results 1 – 3 of 3) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DOptimizationViewsTests.cpp66 Layer* const convLayer2 = baseGraph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
143 Layer* convLayer2 = PolymorphicDowncast<Layer*>( variable
201 Layer* const convLayer2 = baseGraph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
/external/armnn/src/armnn/test/
DSubgraphViewTests.cpp250 Layer* const convLayer2 = graph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
287 Layer* const convLayer2 = graph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
345 Layer* const convLayer2 = graph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
390 Layer* const convLayer2 = graph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
434 Layer* const convLayer2 = graph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
479 Layer* const convLayer2 = graph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
526 Layer* const convLayer2 = graph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
574 Layer* const convLayer2 = graph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
627 Layer* const convLayer2 = graph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
681 … IConnectableLayer* const convLayer2 = graph.AddLayer<Convolution2dLayer>(convDescriptor, "conv2"); variable
[all …]
DGraphTests.cpp455 Layer* const convLayer2 = AddLayer<Convolution2dLayer>(convolutionDefaults, "conv2"); in InitialiseTestGraph() local