Searched refs:CreateSmallQuantizedData (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | Conv3dTestImpl.cpp | 130 std::vector<T> CreateSmallQuantizedData(int32_t size, float divisor, float qScale, int32_t qOffset) in CreateSmallQuantizedData() function 617 std::vector<float> input = CreateSmallQuantizedData<float>(600, 100.0f, qScale, qOffset); in Convolution3dStrideDilationPadding3x3x3TestCommonFloat32() 620 std::vector<float> kernel = CreateSmallQuantizedData<float>(108, 100.0f, qScale, qOffset); in Convolution3dStrideDilationPadding3x3x3TestCommonFloat32() 679 std::vector<float> input = CreateSmallQuantizedData<float>(300, 100.0f, qScale, qOffset); in Convolution3d2x2x2Stride3x3x3SmallTestCommonFloat32()
|