Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp140 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo8); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
330 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo12); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
519 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo12); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
834 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo6x4); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1060 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo5x3); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1419 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8Test() local
1573 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1737 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1930 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
H A DLstmTestImpl.cpp270 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo8); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
930 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo20x5); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1390 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo4x5); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1608 armnn::ScopedTensorHandle inputToInputWeightsTensor(inputWeightsInfo); in QuantizedLstmTestImpl() local
2075 armnn::ScopedTensorHandle inputToInputWeightsTensor(inputWeightsInfo); in QLstmTestImpl1() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DLstm.cpp26 std::unique_ptr<Decoder<float>>& inputToInputWeightsTensor, in LstmImpl()
H A DRefLstmWorkload.cpp119 std::unique_ptr<Decoder<float>> inputToInputWeightsTensor; in Execute() local
H A DRefUnidirectionalSequenceLstmWorkload.cpp150 std::unique_ptr<Decoder<float>> inputToInputWeightsTensor; in Execute() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DQuantizedLstmEndToEndTestImpl.cpp63 … armnn::ConstTensor inputToInputWeightsTensor(inputWeightsInfo, inputToInputWeightsVector.data()); in CreateQuantizedLstmNetwork() local