Home
last modified time | relevance | path

Searched defs:cellStateOutHandle (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp67 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
263 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
452 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
717 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
969 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1209 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1384 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in UnidirectionalSequenceLstmLayerInt8Test() local
1537 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1692 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1872 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
H A DLstmTestImpl.cpp196 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
392 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1199 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1299 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1559 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in QuantizedLstmTestImpl() local
1773 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in QLstmTestImpl() local
2011 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in QLstmTestImpl1() local
2276 std::unique_ptr<armnn::ITensorHandle> cellStateOutHandle = in QLstmTestImpl2() local
/aosp_15_r20/external/armnn/src/backends/neon/test/
H A DNeonCreateWorkloadTests.cpp1021 …IAclTensorHandle* cellStateOutHandle = PolymorphicDowncast<IAclTensorHandle*>(queueDescriptor.m_Ou… in NeonCreateQuantizedLstmWorkloadTest() local
1048 …IAclTensorHandle* cellStateOutHandle = PolymorphicDowncast<IAclTensorHandle*>(queueDescriptor.m_Ou… in NeonCreateQLstmWorkloadTest() local
/aosp_15_r20/external/armnn/src/backends/cl/test/
H A DClCreateWorkloadTests.cpp1285 …IAclTensorHandle* cellStateOutHandle = PolymorphicDowncast<IAclTensorHandle*>(queueDescriptor.m_Ou… in ClCreateQLstmWorkloadTest() local
1324 …IAclTensorHandle* cellStateOutHandle = PolymorphicDowncast<IAclTensorHandle*>(queueDescriptor.m_Ou… in ClCreateQuantizedLstmWorkloadTest() local
/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefCreateWorkloadTests.cpp1261 auto cellStateOutHandle = PolymorphicDowncast<RefTensorHandle*>(queueDescriptor.m_Outputs[1]); in RefCreateQLstmWorkloadTest() local