Home
last modified time | relevance | path

Searched defs:recurrentToForgetWeightsTensor (Results 1 – 8 of 8) sorted by relevance

/external/armnn/src/armnn/layers/
DQuantizedLstmLayer.cpp224 ConstTensor recurrentToForgetWeightsTensor; in Accept() local
DQLstmLayer.cpp355 ConstTensor recurrentToForgetWeightsTensor; in Accept() local
DLstmLayer.cpp347 ConstTensor recurrentToForgetWeightsTensor; in Accept() local
/external/armnn/src/backends/reference/workloads/
DRefLstmWorkload.cpp120 std::unique_ptr<Decoder<float>> recurrentToForgetWeightsTensor = MakeDecoder<float>( in Execute() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DLstmTestImpl.cpp277 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(tensorInfo16); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
978 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(tensorInfo20x16); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1154 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(tensorInfoOutput); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1462 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(tensorInfo4x3); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1683 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(recurrentWeightsInfo); in QuantizedLstmTestImpl() local
1899 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(recurrentWeightsInfo); in QLstmTestImpl() local
2155 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(recurrentWeightsInfo); in QLstmTestImpl1() local
2419 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(recurrentWeightsInfo); in QLstmTestImpl2() local
/external/armnn/src/backends/backendsCommon/test/
DQuantizedLstmEndToEndTestImpl.cpp80 armnn::ConstTensor recurrentToForgetWeightsTensor(recurrentWeightsInfo, in CreateQuantizedLstmNetwork() local
DQLstmEndToEndTestImpl.cpp119 armnn::ConstTensor recurrentToForgetWeightsTensor(recurrentWeightsInfo, in QLstmEndToEnd() local
DWorkloadDataValidation.cpp522 armnn::ScopedCpuTensorHandle recurrentToForgetWeightsTensor(tensorInfo4x3); in BOOST_AUTO_TEST_CASE() local