Home
last modified time | relevance | path

Searched defs:recurrentToInputWeightsTensor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp144 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
334 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
523 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfo16); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
839 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfo6x5); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1065 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfo5x4); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1423 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8Test() local
1577 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1742 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1935 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfoNumOutput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestImpl.cpp274 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfo16); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
935 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfo20x16); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1395 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(tensorInfo4x3); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1613 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(recurrentWeightsInfo); in QuantizedLstmTestImpl() local
2080 armnn::ScopedTensorHandle recurrentToInputWeightsTensor(recurrentWeightsInfo); in QLstmTestImpl1() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DLstm.cpp30 std::unique_ptr<Decoder<float>>& recurrentToInputWeightsTensor, in LstmImpl()
H A DRefLstmWorkload.cpp127 std::unique_ptr<Decoder<float>> recurrentToInputWeightsTensor; in Execute() local
H A DRefUnidirectionalSequenceLstmWorkload.cpp158 std::unique_ptr<Decoder<float>> recurrentToInputWeightsTensor; in Execute() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQuantizedLstmEndToEndTestImpl.cpp76 …armnn::ConstTensor recurrentToInputWeightsTensor(recurrentWeightsInfo, recurrentToInputWeightsTens… in CreateQuantizedLstmNetwork() local