Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnSerializer/test/
H A DLstmSerializationTests.cpp359 armnn::TensorInfo tensorInfo16({outputSize}, armnn::DataType::Float32, 0.0f, 0, true); variable
506 armnn::TensorInfo tensorInfo16({outputSize}, armnn::DataType::Float32, 0.0f, 0, true); variable
1291 armnn::TensorInfo tensorInfo16({outputSize}, armnn::DataType::Float32, 0.0f, 0, true); variable
2401 armnn::TensorInfo tensorInfo16({outputSize}, armnn::DataType::Float32, 0.0f, 0, true); variable
2543 armnn::TensorInfo tensorInfo16({outputSize}, armnn::DataType::Float32, 0.0f, 0, true); variable
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DUnidirectionalSequenceLstmTestImpl.cpp84 armnn::TensorInfo tensorInfo16({numUnits, 4}, constantDataType, qScale, qOffset); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
280 armnn::TensorInfo tensorInfo16({numUnits, 4}, constantDataType, qScale, qOffset); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
469 armnn::TensorInfo tensorInfo16({numUnits, 4}, constantDataType, qScale, qOffset); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
1226 armnn::TensorInfo tensorInfo16({numUnits, 4}, armnn::DataType::Float32); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
H A DLstmTestImpl.cpp214 armnn::TensorInfo tensorInfo16({numUnits, 4}, constantDataType, qScale, qOffset); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
408 armnn::TensorInfo tensorInfo16({outputSize}, constantDataType, qScale, qOffset); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
/aosp_15_r20/external/armnn/delegate/test/
H A DLstmTest.cpp36 std::vector<int32_t> tensorInfo16 {numUnits, 4}; in LstmTest() local
H A DLstmTestHelper.hpp75 std::vector <int32_t> tensorInfo16 {numUnits, static_cast<int32_t>(4)}; in CreateLstmTfLiteModel() local