Lines Matching full:if
36 …# This is input to the data generation. If everything or something is regenerated then it is overw…
91 …if self.INT8_MIN != np.iinfo(np.dtype('int8')).min or self.INT8_MAX != np.iinfo(np.dtype('int8')).…
98 if interpreter == "tflite_runtime":
162 if relu6:
166 if out_activation_min is not None:
169 self.out_activation_min = self.INT16_MIN if self.is_int16xint8 else self.INT8_MIN
170 if out_activation_max is not None:
173 self.out_activation_max = self.INT16_MAX if self.is_int16xint8 else self.INT8_MAX
189 if self.has_padding:
224 if len(qminmax) == 2:
239 if len(qminmax) == 2:
250 if not minrange:
252 if not maxrange:
254 if not os.path.exists(npfile) or regenerate:
257 if decimals == 0:
274 if input_shape is None:
276 if input_data is not None:
286 if not self.generate_bias:
303 if process.returncode != 0:
348 if (write_common_parameters):
369 if type(array) is list:
381 if pack:
391 if size > 0:
402 if self.has_padding:
438 if n_inputs > 0:
460 if dataset_shape:
473 if self.is_int16xint8:
474 if int16x8_int32bias:
497 if input_data is not None:
526 if weights_feature_data is not None:
529 if weights_time_data is not None:
531 if int8_time_weights:
536 if bias_data is not None:
546 if schema is None:
552 if process.returncode != 0:
561 if type_size == 1: