Home
last modified time | relevance | path

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

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