Home
last modified time | relevance | path

Searched defs:qInputData (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DTransposeConvolution2dEndToEndTestImpl.hpp128 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 DElementwiseUnaryEndToEndTestImpl.hpp91 … std::vector<TInput> qInputData = armnnUtils::QuantizedVector<TInput>(input, qScale, qOffset); in ElementwiseUnarySimpleEndToEnd() local
H A DConvolution3dEndToEndTestImpl.hpp146 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in Convolution3dEndToEnd() local
H A DResizeEndToEndTestImpl.hpp118 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in ResizeEndToEnd() local
H A DConvolution2dEndToEndTestImpl.hpp111 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in Convolution2dEndToEnd() local
H A DDepthwiseConvolution2dEndToEndTests.hpp162 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in DepthwiseConvolution2dEndToEnd() local
H A DArgMinMaxEndToEndTestImpl.hpp54 std::vector<T> qInputData = armnnUtils::QuantizedVector<T>(inputData, qScale, qOffset); in ArgMinMaxEndToEndImpl() local