Searched defs:quantization_type (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/testing/model_coverage/ |
D | model_coverage_quantization_test.py | 92 def _test_quantization_goldens(self, quantization_type, converter, input_data, argument 121 def test_mobilenet_v1(self, quantization_type): argument 139 def test_mobilenet_v2(self, quantization_type): argument 153 def test_inception_v3(self, quantization_type): argument
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | modify_model_interface_test.cc | 32 const TensorType& quantization_type) { in CreateQuantizedModelSingleInputOutput() 127 const TensorType& quantization_type) { in CreateQuantizedModelMultipleInputOutput() 310 TensorType quantization_type = GetParam(); in TEST_P() local 349 TensorType quantization_type = GetParam(); in TEST_P() local
|
/external/tensorflow/tensorflow/lite/python/ |
D | util_test.py | 262 def _generate_integer_tflite_model(quantization_type=dtypes.int8): argument 354 def test(self, is_post_train, quantization_type, in_tftype, out_tftype): argument
|
/external/libtextclassifier/native/lang_id/common/flatbuffers/ |
D | embedding-network-params-from-flatbuffer.cc | 407 saft_fbs::QuantizationType quantization_type = matrix->quantization_type(); in SafeGetQuantizationType() local 432 saft_fbs::QuantizationType quantization_type = matrix->quantization_type(); in SafeGetValuesOfMatrix() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 109 QuantizationType quantization_type = QuantizationType::kNonPerChannelUint8; member 370 static constexpr QuantizationType quantization_type = in DispatchDepthwiseConvImpl() local
|