Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp82 armnn::TensorInfo tensorInfo4({numUnits}, constantDataType , qScale, qOffset); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
278 armnn::TensorInfo tensorInfo4({numUnits}, constantDataType, qScale, qOffset); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
467 armnn::TensorInfo tensorInfo4({numUnits}, constantDataType, qScale, qOffset); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
984 armnn::TensorInfo tensorInfo4({outputSize}, armnn::DataType::Float32); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1224 armnn::TensorInfo tensorInfo4({numUnits}, armnn::DataType::Float32); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
H A DLstmTestImpl.cpp212 armnn::TensorInfo tensorInfo4({numUnits}, constantDataType , qScale, qOffset); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
1316 armnn::TensorInfo tensorInfo4({numUnits}, constantDataType, qScale, qOffset); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
/aosp_15_r20/external/armnn/delegate/test/
H A DLstmTest.cpp34 std::vector<int32_t> tensorInfo4 {numUnits}; in LstmTest() local
H A DLstmTestHelper.hpp73 std::vector <int32_t> tensorInfo4 {numUnits}; in CreateLstmTfLiteModel() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DWorkloadDataValidation.cpp516 armnn::TensorInfo tensorInfo4({numUnits}, dataType, qScale, qOffset); variable