Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp150 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfo4); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
339 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfo4); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
528 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfo4); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
844 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfo6); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1070 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfo5); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1276 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfo4); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1428 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfoNumFp); in UnidirectionalSequenceLstmLayerInt8Test() local
1582 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfoNumFp); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1747 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfoNumFp); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1940 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfoNumFp); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
H A DLstmTestImpl.cpp280 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfo4); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
940 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfo20); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1115 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfoNumUnits); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1400 armnn::ScopedTensorHandle forgetGateBiasTensor(tensorInfo4); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1619 armnn::ScopedTensorHandle forgetGateBiasTensor(biasInfo); in QuantizedLstmTestImpl() local
1836 armnn::ScopedTensorHandle forgetGateBiasTensor(biasInfo); in QLstmTestImpl() local
2086 armnn::ScopedTensorHandle forgetGateBiasTensor(biasInfo); in QLstmTestImpl1() local
2346 armnn::ScopedTensorHandle forgetGateBiasTensor(biasInfo); in QLstmTestImpl2() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DLstm.cpp13 void LstmImpl(const LstmDescriptor& descriptor, in LstmImpl()
H A DRefLstmWorkload.cpp136 std::unique_ptr<Decoder<float>> forgetGateBiasTensor = MakeDecoder<float>( in Execute() local
H A DRefUnidirectionalSequenceLstmWorkload.cpp167 std::unique_ptr<Decoder<float>> forgetGateBiasTensor = MakeDecoder<float>( in Execute() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp134 armnn::ConstTensor forgetGateBiasTensor(biasInfo, forgetGateBiasTensorVector.data()); in QLstmEndToEnd() local
H A DQuantizedLstmEndToEndTestImpl.cpp96 armnn::ConstTensor forgetGateBiasTensor(biasInfo, forgetGateBiasTensorVector.data()); in CreateQuantizedLstmNetwork() local