Home
last modified time | relevance | path

Searched refs:PerChannelQuantizeBias (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv_test.cc480 PerChannelQuantizeBias(bias_, data); in SetBias()
Dconv_test.cc1123 PerChannelQuantizeBias(bias_, data); in SetBias()
Dtest_util.h225 void PerChannelQuantizeBias(int index, const std::vector<float>& input_data) { in PerChannelQuantizeBias() function