Lines Matching refs:CreateConstTensor
601 OnnxParserImpl::CreateConstTensor(const std::string name, in CreateConstTensor() function in armnnOnnxParser::OnnxParserImpl
1099 auto weightTensor = CreateConstTensor(node.input(1)); in AddConvLayerWithDepthwiseConv()
1126 auto biasTensor = CreateConstTensor(node.input(2)); in AddConvLayerWithDepthwiseConv()
1259 …IConnectableLayer* weightsLayer = m_Network->AddConstantLayer(CreateConstTensor(weightName).first); in AddFullyConnected()
1268 … IConnectableLayer* biasLayer = m_Network->AddConstantLayer(CreateConstTensor(biasName).first); in AddFullyConnected()
1427 auto armnnTensor = CreateConstTensor(tensorName); in CreateConstantLayer()
1620 auto scaleTensor = CreateConstTensor(node.input(1)); in ParseBatchNormalization()
1621 auto biasTensor = CreateConstTensor(node.input(2)); in ParseBatchNormalization()
1622 auto meanTensor = CreateConstTensor(node.input(3)); in ParseBatchNormalization()
1623 auto varTensor = CreateConstTensor(node.input(4)); in ParseBatchNormalization()
1877 auto weightTensor = CreateConstTensor(node.input(1)); in ParseConv()
1893 auto biasTensor = CreateConstTensor(node.input(2)); in ParseConv()
2036 …IConnectableLayer* weightsLayer = m_Network->AddConstantLayer(CreateConstTensor(node.input(1)).fir… in ParseGemm()
2090 …IConnectableLayer* biasLayer = m_Network->AddConstantLayer(CreateConstTensor(node.input(2)).first); in ParseGemm()