Home
last modified time | relevance | path

Searched defs:qBiasesData (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DTransposeConvolution2dEndToEndTestImpl.hpp133 std::vector<BT> qBiasesData = armnnUtils::QuantizedVector<BT>(biasesData, qScale * qScale, 0); in TransposeConvolution2dEndToEnd() local
202 std::vector<BT> qBiasesData = armnnUtils::QuantizedVector<BT>(biasesData, qScale * qScale, 0); in SimpleTransposeConvolution2dEndToEnd() local
DConvolution3dEndToEndTestImpl.hpp150 std::vector<BT> qBiasesData = armnnUtils::QuantizedVector<BT>(biasesData, qScale * qScale, 0); in Convolution3dEndToEnd() local
DConvolution2dEndToEndTestImpl.hpp114 …std::vector<T> qBiasesData = armnnUtils::QuantizedVector<T>(biasesData, qScale * qScale, 0… in Convolution2dEndToEnd() local
DDepthwiseConvolution2dEndToEndTests.hpp166 std::vector<BT> qBiasesData = armnnUtils::QuantizedVector<BT>(biasesData, qScale * qScale, 0); in DepthwiseConvolution2dEndToEnd() local