Searched defs:qInputData (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | TransposeConvolution2dEndToEndTestImpl.hpp | 128 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in TransposeConvolution2dEndToEnd() local 197 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in SimpleTransposeConvolution2dEndToEnd() local
|
H A D | ElementwiseUnaryEndToEndTestImpl.hpp | 91 … std::vector<TInput> qInputData = armnnUtils::QuantizedVector<TInput>(input, qScale, qOffset); in ElementwiseUnarySimpleEndToEnd() local
|
H A D | Convolution3dEndToEndTestImpl.hpp | 146 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in Convolution3dEndToEnd() local
|
H A D | ResizeEndToEndTestImpl.hpp | 118 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in ResizeEndToEnd() local
|
H A D | Convolution2dEndToEndTestImpl.hpp | 111 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in Convolution2dEndToEnd() local
|
H A D | DepthwiseConvolution2dEndToEndTests.hpp | 162 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in DepthwiseConvolution2dEndToEnd() local
|
H A D | ArgMinMaxEndToEndTestImpl.hpp | 54 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in ArgMinMaxEndToEndImpl() local
|