Home
last modified time | relevance | path

Searched refs:functions_run_eagerly (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops.py195 functions_run_eagerly = None
197 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)
Dcontrol_flow_ops_test.py186 self.assertTrue(def_function.functions_run_eagerly())
190 self.assertTrue(def_function.functions_run_eagerly())
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.config.pbtxt44 name: "functions_run_eagerly"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.config.pbtxt44 name: "functions_run_eagerly"
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py412 return functions_run_eagerly()
416 def functions_run_eagerly(): function
Dforwardprop_test.py309 original_setting = def_function.functions_run_eagerly()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py1119 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)
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining.py759 (def_function.functions_run_eagerly() and
Dtraining_v1.py558 return def_function.functions_run_eagerly()
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py3488 initial_state = def_function.functions_run_eagerly()
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py3562 if def_function.functions_run_eagerly():