Lines Matching refs:biasShape
58 const float* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat32() argument
72 biasData, convertShapeToDims(biasShape), in fullyConnectedFloat32()
79 biasData, convertShapeToDims(biasShape), in fullyConnectedFloat32()
88 const _Float16* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat16() argument
95 std::vector<float> biasDataFloat32(getNumberOfElements(biasShape)); in fullyConnectedFloat16()
100 weightsShape, biasDataFloat32.data(), biasShape, activation, in fullyConnectedFloat16()
109 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8() argument
122 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
140 weightsOffset, biasData, convertShapeToDims(biasShape), in fullyConnectedQuant8()
150 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8() argument
160 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
178 convertShapeToTflshape(weightsShape), weightsData, convertShapeToTflshape(biasShape), in fullyConnectedQuant8()