Searched refs:recurrentToForgetWeightsTensor (Results 1 – 8 of 8) sorted by relevance
277 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(tensorInfo16); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local291 …AllocateAndCopyDataToITensorHandle(&recurrentToForgetWeightsTensor, &recurrentToForgetWeights[0][0… in LstmNoCifgNoPeepholeNoProjectionTestImpl()305 data.m_RecurrentToForgetWeights = &recurrentToForgetWeightsTensor; in LstmNoCifgNoPeepholeNoProjectionTestImpl()978 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(tensorInfo20x16); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local997 …AllocateAndCopyDataToITensorHandle(&recurrentToForgetWeightsTensor, &recurrentToForgetWeights[0][0… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()1015 data.m_RecurrentToForgetWeights = &recurrentToForgetWeightsTensor; in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()1154 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(tensorInfoOutput); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local1170 …AllocateAndCopyDataToITensorHandle(&recurrentToForgetWeightsTensor, &recurrentToForgetWeights[0][0… in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl()1186 data.m_RecurrentToForgetWeights = &recurrentToForgetWeightsTensor; in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl()1462 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(tensorInfo4x3); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local[all …]
224 ConstTensor recurrentToForgetWeightsTensor; in Accept() local230 recurrentToForgetWeightsTensor = recurrentToForgetWeightsTensorCopy; in Accept()231 inputParams.m_RecurrentToForgetWeights = &recurrentToForgetWeightsTensor; in Accept()
355 ConstTensor recurrentToForgetWeightsTensor; in Accept() local361 recurrentToForgetWeightsTensor = recurrentToForgetWeightsTensorCopy; in Accept()362 inputParams.m_RecurrentToForgetWeights = &recurrentToForgetWeightsTensor; in Accept()
347 ConstTensor recurrentToForgetWeightsTensor; in Accept() local353 recurrentToForgetWeightsTensor = recurrentToForgetWeightsTensorCopy; in Accept()354 inputParams.m_RecurrentToForgetWeights = &recurrentToForgetWeightsTensor; in Accept()
80 armnn::ConstTensor recurrentToForgetWeightsTensor(recurrentWeightsInfo, in CreateQuantizedLstmNetwork() local109 data.m_RecurrentToForgetWeights = &recurrentToForgetWeightsTensor; in CreateQuantizedLstmNetwork()
119 armnn::ConstTensor recurrentToForgetWeightsTensor(recurrentWeightsInfo, in QLstmEndToEnd() local149 params.m_RecurrentToForgetWeights = &recurrentToForgetWeightsTensor; in QLstmEndToEnd()
522 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(tensorInfo4x3); in BOOST_AUTO_TEST_CASE() local545 data.m_RecurrentToForgetWeights = &recurrentToForgetWeightsTensor; in BOOST_AUTO_TEST_CASE()
120 std::unique_ptr<Decoder<float>> recurrentToForgetWeightsTensor = MakeDecoder<float>( in Execute() local243 MatrixBatchVectorMultiplyAccumulate(*recurrentToForgetWeightsTensor, in Execute()