Searched refs:functions_run_eagerly (Results 1 – 11 of 11) sorted by relevance
195 functions_run_eagerly = None197 functions_run_eagerly = def_function.functions_run_eagerly()198 if functions_run_eagerly:207 if functions_run_eagerly is not None:208 def_function.run_functions_eagerly(functions_run_eagerly)
186 self.assertTrue(def_function.functions_run_eagerly())190 self.assertTrue(def_function.functions_run_eagerly())
44 name: "functions_run_eagerly"
412 return functions_run_eagerly()416 def functions_run_eagerly(): function
309 original_setting = def_function.functions_run_eagerly()
1119 functions_run_eagerly = def_function.functions_run_eagerly()1120 if functions_run_eagerly:1132 if functions_run_eagerly is not None:1133 def_function.run_functions_eagerly(functions_run_eagerly)
759 (def_function.functions_run_eagerly() and
558 return def_function.functions_run_eagerly()
3488 initial_state = def_function.functions_run_eagerly()
3562 if def_function.functions_run_eagerly():