Searched defs:qBiasesData (Results 1 – 4 of 4) sorted by relevance
| /external/armnn/src/backends/backendsCommon/test/ |
| D | TransposeConvolution2dEndToEndTestImpl.hpp | 133 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
|
| D | Convolution3dEndToEndTestImpl.hpp | 150 std::vector<BT> qBiasesData = armnnUtils::QuantizedVector<BT>(biasesData, qScale * qScale, 0); in Convolution3dEndToEnd() local
|
| D | Convolution2dEndToEndTestImpl.hpp | 114 …std::vector<T> qBiasesData = armnnUtils::QuantizedVector<T>(biasesData, qScale * qScale, 0… in Convolution2dEndToEnd() local
|
| D | DepthwiseConvolution2dEndToEndTests.hpp | 166 std::vector<BT> qBiasesData = armnnUtils::QuantizedVector<BT>(biasesData, qScale * qScale, 0); in DepthwiseConvolution2dEndToEnd() local
|