Searched refs:qWeightsData (Results 1 – 4 of 4) sorted by relevance
/external/armnn/src/backends/backendsCommon/test/ |
D | TransposeConvolution2dEndToEndTestImpl.hpp | 129 … std::vector<T> qWeightsData = armnnUtils::QuantizedVector<T>(weightsData, qScale, qOffset); in TransposeConvolution2dEndToEnd() local 135 ConstTensor weights(weightsInfo, qWeightsData); in TransposeConvolution2dEndToEnd() 198 … std::vector<T> qWeightsData = armnnUtils::QuantizedVector<T>(weightsData, qScale, qOffset); in SimpleTransposeConvolution2dEndToEnd() local 204 ConstTensor weights(weightsInfo, qWeightsData); in SimpleTransposeConvolution2dEndToEnd()
|
D | Convolution2dEndToEndTestImpl.hpp | 112 … std::vector<T> qWeightsData = armnnUtils::QuantizedVector<T>(weightsData, qScale, qOffset); in Convolution2dEndToEnd() local 116 ConstTensor weights(weightsInfo, qWeightsData); in Convolution2dEndToEnd()
|
D | Convolution3dEndToEndTestImpl.hpp | 147 … std::vector<T> qWeightsData = armnnUtils::QuantizedVector<T>(weightsData, qScale, qOffset); in Convolution3dEndToEnd() local 152 ConstTensor weights(weightsInfo, qWeightsData); in Convolution3dEndToEnd()
|
D | DepthwiseConvolution2dEndToEndTests.hpp | 163 … std::vector<T> qWeightsData = armnnUtils::QuantizedVector<T>(weightsData, qScale, qOffset); in DepthwiseConvolution2dEndToEnd() local 168 ConstTensor weights(weightsInfo, qWeightsData); in DepthwiseConvolution2dEndToEnd()
|