Searched defs:biasTensor (Results 1 – 10 of 10) sorted by relevance
24 std::string biasTensor = ""; in FullyConnectedFixture() local205 std::string biasTensor = ""; in FullyConnectedNonConstWeightsFixture() local
23 std::string biasTensor = ""; in DepthwiseConvolution2dFixture() local239 std::string biasTensor = ""; in DepthwiseConvolution2dFixture2() local
190 auto biasTensor = CreateConstTensor(&tfLiteBiasTensor, in VisitFullyConnectedOperator() local
200 auto biasTensor = CreateConstTensor(&tfLiteBiasTensor, biasTensorInfo); in VisitConv2dOperator() local608 auto biasTensor = CreateConstTensor(&tfLiteBiasTensor, biasTensorInfo); in VisitDepthwiseConv2dOperator() local
133 ConstTensor biasTensor; in Run() local
648 ScopedTensorHandle biasTensor(biasInfo); in TransposeConvolution2dPerAxisQuantTest() local
1811 armnn::ScopedTensorHandle biasTensor(biasDesc); in DepthwiseConvolution2dAsymmetricTestImpl() local1982 armnn::ScopedTensorHandle biasTensor(biasDesc); in DepthwiseConvolution2dDepthMul1TestImpl() local2199 armnn::ScopedTensorHandle biasTensor(biasDesc); in DepthwiseConvolution2dTestImpl() local2383 armnn::ScopedTensorHandle biasTensor(biasDesc); in DepthwiseConvolution2dTestImpl() local
1126 auto biasTensor = CreateConstTensor(node.input(2)); in AddConvLayerWithDepthwiseConv() local1621 auto biasTensor = CreateConstTensor(node.input(2)); in ParseBatchNormalization() local1893 auto biasTensor = CreateConstTensor(node.input(2)); in ParseConv() local
1513 armnn::ConstTensor biasTensor; in ParseConvolution2d() local2239 armnn::ConstTensor biasTensor = ToConstTensor(flatBufferLayer->biases()); in ParseFullyConnected() local
181 void ValidateBiasTensorQuantization(const TensorInfo& biasTensor, in ValidateBiasTensorQuantization()