Searched refs:recurrentToOutputWeightsTensor (Results 1 – 8 of 8) sorted by relevance
279 armnn::ScopedCpuTensorHandle recurrentToOutputWeightsTensor(tensorInfo16); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local293 …AllocateAndCopyDataToITensorHandle(&recurrentToOutputWeightsTensor, &recurrentToOutputWeights[0][0… in LstmNoCifgNoPeepholeNoProjectionTestImpl()307 data.m_RecurrentToOutputWeights = &recurrentToOutputWeightsTensor; in LstmNoCifgNoPeepholeNoProjectionTestImpl()981 armnn::ScopedCpuTensorHandle recurrentToOutputWeightsTensor(tensorInfo20x16); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local999 …AllocateAndCopyDataToITensorHandle(&recurrentToOutputWeightsTensor, &recurrentToOutputWeights[0][0… in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()1017 data.m_RecurrentToOutputWeights = &recurrentToOutputWeightsTensor; in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()1155 armnn::ScopedCpuTensorHandle recurrentToOutputWeightsTensor(tensorInfoOutput); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local1171 …AllocateAndCopyDataToITensorHandle(&recurrentToOutputWeightsTensor, &recurrentToOutputWeights[0][0… in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl()1187 data.m_RecurrentToOutputWeights = &recurrentToOutputWeightsTensor; in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl()1465 armnn::ScopedCpuTensorHandle recurrentToOutputWeightsTensor(tensorInfo4x3); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local[all …]
244 ConstTensor recurrentToOutputWeightsTensor; in Accept() local250 recurrentToOutputWeightsTensor = recurrentToOutputWeightsTensorCopy; in Accept()251 inputParams.m_RecurrentToOutputWeights = &recurrentToOutputWeightsTensor; in Accept()
375 ConstTensor recurrentToOutputWeightsTensor; in Accept() local381 recurrentToOutputWeightsTensor = recurrentToOutputWeightsTensorCopy; in Accept()382 inputParams.m_RecurrentToOutputWeights = &recurrentToOutputWeightsTensor; in Accept()
365 ConstTensor recurrentToOutputWeightsTensor; in Accept() local371 recurrentToOutputWeightsTensor = recurrentToOutputWeightsTensorCopy; in Accept()372 inputParams.m_RecurrentToOutputWeights = &recurrentToOutputWeightsTensor; in Accept()
89 armnn::ConstTensor recurrentToOutputWeightsTensor(recurrentWeightsInfo, in CreateQuantizedLstmNetwork() local111 data.m_RecurrentToOutputWeights = &recurrentToOutputWeightsTensor; in CreateQuantizedLstmNetwork()
123 armnn::ConstTensor recurrentToOutputWeightsTensor(recurrentWeightsInfo, in QLstmEndToEnd() local151 params.m_RecurrentToOutputWeights = &recurrentToOutputWeightsTensor; in QLstmEndToEnd()
525 armnn::ScopedCpuTensorHandle recurrentToOutputWeightsTensor(tensorInfo4x3); in BOOST_AUTO_TEST_CASE() local547 data.m_RecurrentToOutputWeights = &recurrentToOutputWeightsTensor; in BOOST_AUTO_TEST_CASE()
124 std::unique_ptr<Decoder<float>> recurrentToOutputWeightsTensor = MakeDecoder<float>( in Execute() local247 MatrixBatchVectorMultiplyAccumulate(*recurrentToOutputWeightsTensor, in Execute()