Searched refs:drop_control_dependency (Results 1 – 15 of 15) sorted by relevance
314 drop_control_dependency=True, argument337 toco.drop_control_dependency = drop_control_dependency372 drop_control_dependency=True, argument484 drop_control_dependency, reorder_across_fake_quant,
177 if flags.drop_control_dependency:178 converter.drop_control_dependency = flags.drop_control_dependency
1198 self.drop_control_dependency = True1336 "drop_control_dependency": self.drop_control_dependency,
2771 self.assertIsNotNone(converter.drop_control_dependency)
140 parsed_flags.drop_control_dependency.bind(), in ParseTocoFlagsFromCommandLineFlags()141 parsed_flags.drop_control_dependency.default_value(), in ParseTocoFlagsFromCommandLineFlags()277 READ_TOCO_FLAG(drop_control_dependency, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags()
29 bool drop_control_dependency = false; member
217 tf_import_flags.drop_control_dependency = in Import()219 ? toco_flags.drop_control_dependency() in Import()
184 Arg<bool> drop_control_dependency = Arg<bool>(false); member
146 optional bool drop_control_dependency = 12; field
542 if (tf_import_flags.drop_control_dependency) { in GetInputsCount()
42 * _frozen graphs_: `drop_control_dependency`, as frozen graphs are
64 if extra_toco_options.drop_control_dependency:
93 self.drop_control_dependency = False
340 if (toco_flags.drop_control_dependency()) { in WarningUnusedFlags()
151 * `--drop_control_dependency`. Type: boolean. Default: True. Indicates whether