Searched refs:quantizable (Results 1 – 7 of 7) sorted by relevance
65 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 …]
88 bool quantizable = true; member
142 if (property.quantizable && op_code->version < property.version) { in SetOperatorCodeVersion()
263 property.quantizable = false; in GetOperatorProperty()1037 property.quantizable = false; in GetOperatorProperty()
4 // Unsupported quantizable type (i1 is currently not a supported element type).
29 // A QuantizeCast (qcast) represents a potential type shift from a quantizable35 // operand and result type are quantizable).55 // converting back from a quantized to quantizable (expressed) type.
148 // Specify this trait if the op doesn't have quantizable output. We shouldn't