Home
last modified time | relevance | path

Searched refs:bias_zero_points (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dtranspose_conv_test.cc45 std::vector<int64_t> bias_zero_points( in QuantizedTransposeConvOpModel() local
51 bias_zero_points[i] = 0; in QuantizedTransposeConvOpModel()
61 /*per_channel_quantization_offsets=*/bias_zero_points, in QuantizedTransposeConvOpModel()
Dconv_test.cc49 std::vector<int64_t> bias_zero_points( in QuantizedConvolutionOpModel() local
54 bias_zero_points[i] = 0; in QuantizedConvolutionOpModel()
64 /*per_channel_quantization_offsets=*/bias_zero_points, in QuantizedConvolutionOpModel()
/external/tensorflow/tensorflow/lite/micro/kernels/
Ddepthwise_conv_test.cc152 int bias_zero_points[] = {1, 128}; in TestDepthwiseConvQuantizedPerLayer() local
154 IntArrayFromInts(bias_zero_points), 0}; in TestDepthwiseConvQuantizedPerLayer()
181 int bias_zero_points[kMaxBiasChannels]; in TestDepthwiseConvQuantizedPerChannel() local
193 bias_scales, bias_zero_points, &bias_quant, 3 /* quantized dimension */ in TestDepthwiseConvQuantizedPerChannel()
735 int bias_zero_points[2] = {1, 0}; in TF_LITE_MICRO_TEST() local
739 tflite::testing::IntArrayFromInts(bias_zero_points), 0}; in TF_LITE_MICRO_TEST()
970 int bias_zero_points[] = {1, 0}; in TF_LITE_MICRO_TEST() local
974 tflite::testing::IntArrayFromInts(bias_zero_points), 0}; in TF_LITE_MICRO_TEST()
Dconv_test_common.cc190 int* bias_zero_points, const int* output_dims_data, in TestConvQuantizedPerChannel() argument
211 bias_scales, bias_zero_points, &bias_quant, 0 /* quantized dimension */); in TestConvQuantizedPerChannel()
Dconv_test.h86 int* bias_zero_points, const int* output_dims_data,
Dconv_test.cc485 int bias_zero_points[2] = {1, 0}; in TF_LITE_MICRO_TEST() local
489 tflite::testing::IntArrayFromInts(bias_zero_points), 0}; in TF_LITE_MICRO_TEST()
700 int bias_zero_points[] = {1, 0}; in TF_LITE_MICRO_TEST() local
704 tflite::testing::IntArrayFromInts(bias_zero_points), 0}; in TF_LITE_MICRO_TEST()
Dtranspose_conv_test.cc137 int* bias_zero_points, const int* output_dims_data, in TestTransposeConvQuantized() argument
/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv_hybrid_test.cc73 std::vector<int64_t> bias_zero_points( in BaseDepthwiseConvolutionOpModel() local
79 bias_zero_points[i] = 0; in BaseDepthwiseConvolutionOpModel()
89 /*per_channel_quantization_offsets=*/bias_zero_points, in BaseDepthwiseConvolutionOpModel()
Dtranspose_conv_test.cc597 std::vector<int64_t> bias_zero_points( in BaseTransposeConvBiasOpModel() local
602 bias_zero_points[i] = 0; in BaseTransposeConvBiasOpModel()
612 /*per_channel_quantization_offsets=*/bias_zero_points, in BaseTransposeConvBiasOpModel()
Dconv_test.cc80 std::vector<int64_t> bias_zero_points( local
86 bias_zero_points[i] = 0;
101 /*per_channel_quantization_offsets=*/bias_zero_points,
Ddepthwise_conv_test.cc74 std::vector<int64_t> bias_zero_points( in BaseDepthwiseConvolutionOpModel() local
80 bias_zero_points[i] = 0; in BaseDepthwiseConvolutionOpModel()
94 /*per_channel_quantization_offsets=*/bias_zero_points, in BaseDepthwiseConvolutionOpModel()
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Ddepthwise_conv_slicing_test.cc136 int bias_zero_points[kMaxBiasChannels]; in TestDepthwiseConvQuantizedPerChannel() local
149 bias_scales, bias_zero_points, &bias_quant, 3 /* quantized dimension */, in TestDepthwiseConvQuantizedPerChannel()
Dconv_slicing_test.cc197 int* bias_zero_points, const int* output_dims_data, in TestConvQuantizedPerChannel() argument
234 bias_scales, bias_zero_points, &bias_quant, 0 /* quantized dimension */, in TestConvQuantizedPerChannel()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_signed_quantization_test.cc257 std::vector<int64_t> bias_zero_points( local
263 bias_zero_points[i] = 0;
278 /*per_channel_quantization_offsets=*/bias_zero_points,