Searched refs:RefCreateConstantWorkloadTest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/reference/test/ |
H A D | RefCreateWorkloadTests.cpp | 1071 static void RefCreateConstantWorkloadTest(const armnn::TensorShape& outputShape) in RefCreateConstantWorkloadTest() function 1085 RefCreateConstantWorkloadTest<RefConstantWorkload, armnn::DataType::QAsymmU8>({ 2, 3, 2, 10 }); 1090 RefCreateConstantWorkloadTest<RefConstantWorkload, armnn::DataType::QSymmS16>({ 2, 3, 2, 10 }); 1095 RefCreateConstantWorkloadTest<RefConstantWorkload, armnn::DataType::Float32>({ 2, 3, 2, 10 }); 1100 RefCreateConstantWorkloadTest<RefConstantWorkload, armnn::DataType::Signed32>({ 2, 3, 2, 10 });
|