Home
last modified time | relevance | path

Searched defs:QuantizationSpecs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_config.h33 struct QuantizationSpecs { struct
35 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 …]
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dpasses.h30 class QuantizationSpecs; variable