Home
last modified time | relevance | path

Searched refs:quantizable (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc65 property.quantizable = false; in GetOperatorProperty()
71 property.quantizable = in GetOperatorProperty()
72 property.quantizable && in GetOperatorProperty()
99 if (!property.quantizable) { in PopulateRealValueOpSet()
452 if (!property.quantizable || in ApplyConstraints()
554 if (property.arbitrary_inputs || !property.quantizable) { in GetInputs()
623 if (property.quantizable && !is_input_quantized) { in QuantizeOpInput()
765 } else if (!property.quantizable && is_input_quantized) { in QuantizeOpInput()
794 if (!property.quantizable) { in QuantizeOpOutput()
1038 if (activations_type == TensorType_INT16 && !property.quantizable && in QuantizeWeightsInputOutput()
[all …]
Doperator_property.h88 bool quantizable = true; member
Dmodel_utils.cc142 if (property.quantizable && op_code->version < property.version) { in SetOperatorCodeVersion()
Doperator_property.cc263 property.quantizable = false; in GetOperatorProperty()
1037 property.quantizable = false; in GetOperatorProperty()
/external/llvm-project/mlir/test/Dialect/Quant/
Dconvert-fakequant-invalid.mlir4 // Unsupported quantizable type (i1 is currently not a supported element type).
/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantOps.td29 // A QuantizeCast (qcast) represents a potential type shift from a quantizable
35 // operand and result type are quantizable).
55 // converting back from a quantized to quantizable (expressed) type.
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization.td148 // Specify this trait if the op doesn't have quantizable output. We shouldn't