Lines Matching defs:ParsedTocoFlags
158 struct ParsedTocoFlags { struct
159 Arg<std::string> input_file;
160 Arg<std::string> savedmodel_directory;
161 Arg<std::string> output_file;
162 Arg<std::string> input_format = Arg<std::string>("TENSORFLOW_GRAPHDEF");
163 Arg<std::string> output_format = Arg<std::string>("TFLITE");
164 Arg<std::string> savedmodel_tagset;
166 Arg<float> default_ranges_min = Arg<float>(0.);
167 Arg<float> default_ranges_max = Arg<float>(0.);
168 Arg<float> default_int16_ranges_min = Arg<float>(0.);
169 Arg<float> default_int16_ranges_max = Arg<float>(0.);
170 Arg<std::string> inference_type;
171 Arg<std::string> inference_input_type;
172 Arg<bool> drop_fake_quant = Arg<bool>(false);
173 Arg<bool> reorder_across_fake_quant = Arg<bool>(false);
174 Arg<bool> allow_custom_ops = Arg<bool>(false);
175 Arg<bool> allow_dynamic_tensors = Arg<bool>(true);
176 Arg<std::string> custom_opdefs;
177 Arg<bool> post_training_quantize = Arg<bool>(false);
178 Arg<bool> quantize_to_float16 = Arg<bool>(false);
180 Arg<bool> quantize_weights = Arg<bool>(false);
181 Arg<std::string> input_type;
182 Arg<std::string> input_types;
183 Arg<bool> debug_disable_recurrent_cell_fusion = Arg<bool>(false);
184 Arg<bool> drop_control_dependency = Arg<bool>(false);
185 Arg<bool> propagate_fake_quant_num_bits = Arg<bool>(false);
186 Arg<bool> allow_nudging_weights_to_use_fast_gemm_kernel = Arg<bool>(false);
187 Arg<int64> dedupe_array_min_size_bytes = Arg<int64>(64);
188 Arg<bool> split_tflite_lstm_inputs = Arg<bool>(true);
190 Arg<bool> enable_select_tf_ops = Arg<bool>(false);
192 Arg<bool> force_select_tf_ops = Arg<bool>(false);