Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp147 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
337 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
526 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
841 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfo6x5); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1067 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfo5x4); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1273 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1426 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8Test() local
1580 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1744 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1937 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
H A DLstmTestImpl.cpp277 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfo16); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
937 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfo20x16); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1120 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfoOutput); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1397 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(tensorInfo4x3); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1616 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(recurrentWeightsInfo); in QuantizedLstmTestImpl() local
1834 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(recurrentWeightsInfo); in QLstmTestImpl() local
2083 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(recurrentWeightsInfo); in QLstmTestImpl1() local
2344 armnn::ScopedTensorHandle recurrentToOutputWeightsTensor(recurrentWeightsInfo); in QLstmTestImpl2() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DLstm.cpp33 std::unique_ptr<Decoder<float>>& recurrentToOutputWeightsTensor, in LstmImpl()
H A DRefLstmWorkload.cpp132 std::unique_ptr<Decoder<float>> recurrentToOutputWeightsTensor = MakeDecoder<float>( in Execute() local
H A DRefUnidirectionalSequenceLstmWorkload.cpp163 std::unique_ptr<Decoder<float>> recurrentToOutputWeightsTensor = MakeDecoder<float>( in Execute() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQLstmEndToEndTestImpl.cpp127 armnn::ConstTensor recurrentToOutputWeightsTensor(recurrentWeightsInfo, in QLstmEndToEnd() local
H A DQuantizedLstmEndToEndTestImpl.cpp89 armnn::ConstTensor recurrentToOutputWeightsTensor(recurrentWeightsInfo, in CreateQuantizedLstmNetwork() local