Searched refs:recurrentToInputWeightsTensor (Results 1 – 7 of 7) sorted by relevance
214 ConstTensor recurrentToInputWeightsTensor; in Accept() local220 recurrentToInputWeightsTensor = recurrentToInputWeightsTensorCopy; in Accept()221 inputParams.m_RecurrentToInputWeights = &recurrentToInputWeightsTensor; in Accept()
345 ConstTensor recurrentToInputWeightsTensor; in Accept() local351 recurrentToInputWeightsTensor = recurrentToInputWeightsTensorCopy; in Accept()352 inputParams.m_RecurrentToInputWeights = &recurrentToInputWeightsTensor; in Accept()
338 ConstTensor recurrentToInputWeightsTensor; in Accept() local344 recurrentToInputWeightsTensor = recurrentToInputWeightsTensorCopy; in Accept()345 inputParams.m_RecurrentToInputWeights = &recurrentToInputWeightsTensor; in Accept()
119 std::unique_ptr<Decoder<float>> recurrentToInputWeightsTensor; in Execute() local168 recurrentToInputWeightsTensor = MakeDecoder<float>( in Execute()240 MatrixBatchVectorMultiplyAccumulate(*recurrentToInputWeightsTensor, in Execute()
276 armnn::ScopedCpuTensorHandle recurrentToInputWeightsTensor(tensorInfo16); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local290 …AllocateAndCopyDataToITensorHandle(&recurrentToInputWeightsTensor, &recurrentToInputWeights[0][0]); in LstmNoCifgNoPeepholeNoProjectionTestImpl()304 data.m_RecurrentToInputWeights = &recurrentToInputWeightsTensor; in LstmNoCifgNoPeepholeNoProjectionTestImpl()979 armnn::ScopedCpuTensorHandle recurrentToInputWeightsTensor(tensorInfo20x16); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local996 …AllocateAndCopyDataToITensorHandle(&recurrentToInputWeightsTensor, &recurrentToInputWeights[0][0]); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()1014 data.m_RecurrentToInputWeights = &recurrentToInputWeightsTensor; in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()1463 armnn::ScopedCpuTensorHandle recurrentToInputWeightsTensor(tensorInfo4x3); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local1485 …AllocateAndCopyDataToITensorHandle(&recurrentToInputWeightsTensor, &recurrentToInputWeights[0][0]); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()1508 data.m_RecurrentToInputWeights = &recurrentToInputWeightsTensor; in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()1682 armnn::ScopedCpuTensorHandle recurrentToInputWeightsTensor(recurrentWeightsInfo); in QuantizedLstmTestImpl() local[all …]
76 …armnn::ConstTensor recurrentToInputWeightsTensor(recurrentWeightsInfo, recurrentToInputWeightsTens… in CreateQuantizedLstmNetwork() local108 data.m_RecurrentToInputWeights = &recurrentToInputWeightsTensor; in CreateQuantizedLstmNetwork()
523 armnn::ScopedCpuTensorHandle recurrentToInputWeightsTensor(tensorInfo4x3); in BOOST_AUTO_TEST_CASE() local544 data.m_RecurrentToInputWeights = &recurrentToInputWeightsTensor; in BOOST_AUTO_TEST_CASE()