Home
last modified time | relevance | path

Searched defs:numInputSlots (Results 1 – 9 of 9) sorted by relevance

/external/armnn/src/armnn/layers/
DLayerWithParameters.hpp29 LayerWithParameters(unsigned int numInputSlots, in LayerWithParameters()
DElementwiseBaseLayer.cpp16 ElementwiseBaseLayer::ElementwiseBaseLayer(unsigned int numInputSlots, unsigned int numOutputSlots, in ElementwiseBaseLayer()
DConcatLayer.cpp69 const unsigned int numInputSlots = currentLayer->GetNumInputSlots(); in CreateTensors() local
/external/armnn/src/armnn/
DLayer.cpp191 Layer::Layer(unsigned int numInputSlots, in Layer()
218 Layer::Layer(unsigned int numInputSlots, in Layer()
DSubgraphView.cpp80 unsigned int numInputSlots = layer->GetNumInputSlots(); local
DLayer.hpp431 BindableLayer(unsigned int numInputSlots, in BindableLayer()
DGraph.cpp73 auto numInputSlots = it->GetNumInputSlots(); in Print() local
/external/armnn/src/armnn/test/
DSubgraphViewTests.cpp1378 …unsigned int numInputSlots = armnn::numeric_cast<unsigned int>(subgraphs[0]->GetInputSlots().size(… in BOOST_AUTO_TEST_SUITE() local
/external/android-nn-driver/
DConversionUtils.hpp2224 const int numInputSlots = layer->GetNumInputSlots(); in ConvertConcatenation() local