Home
last modified time | relevance | path

Searched defs:bias_scales (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Ddepthwise_conv_test.cc151 float bias_scales[] = {1, filter_scale * input_scale}; in TestDepthwiseConvQuantizedPerLayer() local
182 float bias_scales[kMaxBiasChannels]; in TestDepthwiseConvQuantizedPerChannel() local
736 float bias_scales[2] = {1, input_scale * filter_scale}; in TF_LITE_MICRO_TEST() local
971 float bias_scales[] = {1, input_scale * filter_scale}; in TF_LITE_MICRO_TEST() local
Dconv_test.cc486 float bias_scales[2] = {1, input_scale * filter_scale}; in TF_LITE_MICRO_TEST() local
701 float bias_scales[] = {1, input_scale * filter_scale}; in TF_LITE_MICRO_TEST() local
Dtranspose_conv_test.cc136 const float* bias_data, int32_t* bias_quantized, float* bias_scales, in TestTransposeConvQuantized()
Dconv_test_common.cc189 const float* bias_data, int32_t* bias_data_quantized, float* bias_scales, in TestConvQuantizedPerChannel()
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model_test.cc631 const std::vector<float>& bias_scales = bias_tensor->quantization->scale; in TEST_F() local
742 const std::vector<float>& bias_scales = bias_tensor->quantization->scale; in TEST_P() local
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dconv_slicing_test.cc196 const float* bias_data, int32_t* bias_data_quantized, float* bias_scales, in TestConvQuantizedPerChannel()
Ddepthwise_conv_slicing_test.cc137 float bias_scales[kMaxBiasChannels]; in TestDepthwiseConvQuantizedPerChannel() local
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc967 std::vector<float> bias_scales(num_channels); in PerChannelQuantizedConvolutionWithConstantFilterOpModel() local