Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp152 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfo4); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
341 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfo4); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
530 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfo4); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
846 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfo6); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1072 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfo5); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1278 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfo4); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1430 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfoNumFp); in UnidirectionalSequenceLstmLayerInt8Test() local
1584 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfoNumFp); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1749 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfoNumFp); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1942 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfoNumFp); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
H A DLstmTestImpl.cpp282 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfo4); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
942 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfo20); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1116 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfoNumUnits); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1402 armnn::ScopedTensorHandle outputGateBiasTensor(tensorInfo4); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1621 armnn::ScopedTensorHandle outputGateBiasTensor(biasInfo); in QuantizedLstmTestImpl() local
1838 armnn::ScopedTensorHandle outputGateBiasTensor(biasInfo); in QLstmTestImpl() local
2088 armnn::ScopedTensorHandle outputGateBiasTensor(biasInfo); in QLstmTestImpl1() local
2348 armnn::ScopedTensorHandle outputGateBiasTensor(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.cpp140 std::unique_ptr<Decoder<float>> outputGateBiasTensor = MakeDecoder<float>( in Execute() local
H A DRefUnidirectionalSequenceLstmWorkload.cpp171 std::unique_ptr<Decoder<float>> outputGateBiasTensor = MakeDecoder<float>( in Execute() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp136 armnn::ConstTensor outputGateBiasTensor(biasInfo, outputGateBiasTensorVector.data()); in QLstmEndToEnd() local
H A DQuantizedLstmEndToEndTestImpl.cpp102 armnn::ConstTensor outputGateBiasTensor(biasInfo, outputGateBiasTensorVector.data()); in CreateQuantizedLstmNetwork() local