Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp141 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfo8); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
331 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfo12); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
520 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfo12); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
835 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfo6x4); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1061 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfo5x3); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1268 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfo12); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1420 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8Test() local
1574 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1738 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1931 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
H A DLstmTestImpl.cpp271 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfo8); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
931 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfo20x5); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1111 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfoInput); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1391 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfo4x5); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1609 armnn::ScopedTensorHandle inputToForgetWeightsTensor(inputWeightsInfo); in QuantizedLstmTestImpl() local
1828 armnn::ScopedTensorHandle inputToForgetWeightsTensor(inputWeightsInfo); in QLstmTestImpl() local
2076 armnn::ScopedTensorHandle inputToForgetWeightsTensor(inputWeightsInfo); in QLstmTestImpl1() local
2338 armnn::ScopedTensorHandle inputToForgetWeightsTensor(inputWeightsInfo); in QLstmTestImpl2() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DLstm.cpp27 std::unique_ptr<Decoder<float>>& inputToForgetWeightsTensor, in LstmImpl()
H A DRefLstmWorkload.cpp120 std::unique_ptr<Decoder<float>> inputToForgetWeightsTensor = MakeDecoder<float>( in Execute() local
H A DRefUnidirectionalSequenceLstmWorkload.cpp151 std::unique_ptr<Decoder<float>> inputToForgetWeightsTensor = MakeDecoder<float>( in Execute() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp112 …armnn::ConstTensor inputToForgetWeightsTensor(inputWeightsInfo, inputToForgetWeightsVector.data()); in QLstmEndToEnd() local
H A DQuantizedLstmEndToEndTestImpl.cpp66 …armnn::ConstTensor inputToForgetWeightsTensor(inputWeightsInfo, inputToForgetWeightsVector.data()); in CreateQuantizedLstmNetwork() local