Searched defs:QuantizationSpecs (Results 1 – 2 of 2) sorted by relevance
33 struct QuantizationSpecs { struct35 std::string target_func = "main";40 bool weight_quantization = false;47 bool post_training_quantization = false;51 bool legacy_float_scale = false;57 bool disable_per_channel = false;64 bool disable_infer_tensor_range = false;70 tensorflow::DataType inference_type = tensorflow::DT_FLOAT;77 tensorflow::DataType inference_input_type = tensorflow::DT_FLOAT;84 input_ranges;[all …]
30 class QuantizationSpecs; variable