Home
last modified time | relevance | path

Searched refs:quantizable_int16 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/
Doperator_property.cc89 property.quantizable_int16 = false; in GetOperatorProperty()
112 property.quantizable_int16 = false; in GetOperatorProperty()
125 property.quantizable_int16 = false; in GetOperatorProperty()
191 property.quantizable_int16 = false; in GetOperatorProperty()
233 property.quantizable_int16 = false; in GetOperatorProperty()
244 property.quantizable_int16 = false; in GetOperatorProperty()
808 property.quantizable_int16 = false; in GetOperatorProperty()
819 property.quantizable_int16 = false; in GetOperatorProperty()
877 property.quantizable_int16 = false; in GetOperatorProperty()
894 property.quantizable_int16 = false; in GetOperatorProperty()
[all …]
Doperator_property.h90 bool quantizable_int16 = true; member
Dquantize_model.cc64 if (activations_type == TensorType_INT16 && !property.quantizable_int16) { in GetOperatorProperty()