Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp145 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
335 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
524 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
838 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfo6x5); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1064 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfo5x4); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1271 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1424 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8Test() local
1578 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1741 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1934 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
H A DLstmTestImpl.cpp275 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfo16); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
934 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfo20x16); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1119 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfoOutput); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1394 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(tensorInfo4x3); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1614 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(recurrentWeightsInfo); in QuantizedLstmTestImpl() local
1832 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(recurrentWeightsInfo); in QLstmTestImpl() local
2081 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(recurrentWeightsInfo); in QLstmTestImpl1() local
2342 armnn::ScopedTensorHandle recurrentToForgetWeightsTensor(recurrentWeightsInfo); in QLstmTestImpl2() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DLstm.cpp31 std::unique_ptr<Decoder<float>>& recurrentToForgetWeightsTensor, in LstmImpl()
H A DRefLstmWorkload.cpp128 std::unique_ptr<Decoder<float>> recurrentToForgetWeightsTensor = MakeDecoder<float>( in Execute() local
H A DRefUnidirectionalSequenceLstmWorkload.cpp159 std::unique_ptr<Decoder<float>> recurrentToForgetWeightsTensor = MakeDecoder<float>( in Execute() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp123 armnn::ConstTensor recurrentToForgetWeightsTensor(recurrentWeightsInfo, in QLstmEndToEnd() local
H A DQuantizedLstmEndToEndTestImpl.cpp80 armnn::ConstTensor recurrentToForgetWeightsTensor(recurrentWeightsInfo, in CreateQuantizedLstmNetwork() local