Home
last modified time | relevance | path

Searched refs:bias_tensor (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/
DQuantUtils.cpp65 const Shape& weight_shape, const int32_t* bias_tensor, in PrecomputeZeroPointTimesWeightWithBias() argument
75 if (bias_tensor == nullptr) { in PrecomputeZeroPointTimesWeightWithBias()
78 memcpy(output->get(), bias_tensor, row * sizeof(int32_t)); in PrecomputeZeroPointTimesWeightWithBias()
DQuantUtils.h144 const Shape& weight_shape, const int32_t* bias_tensor,