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