Lines Matching refs:biasShape
57 const float* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat32() argument
71 biasData, convertShapeToDims(biasShape), in fullyConnectedFloat32()
78 biasData, convertShapeToDims(biasShape), in fullyConnectedFloat32()
87 const _Float16* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedFloat16() argument
94 std::vector<float> biasDataFloat32(getNumberOfElements(biasShape)); in fullyConnectedFloat16()
99 weightsShape, biasDataFloat32.data(), biasShape, activation, in fullyConnectedFloat16()
108 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8() argument
121 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
139 weightsOffset, biasData, convertShapeToDims(biasShape), in fullyConnectedQuant8()
149 const int32_t* biasData, const Shape& biasShape, int32_t activation, in fullyConnectedQuant8() argument
159 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
177 convertShapeToTflshape(weightsShape), weightsData, convertShapeToTflshape(biasShape), in fullyConnectedQuant8()