Home
last modified time | relevance | path

Searched defs:executing_eagerly (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dfunctional_ops.py1130 executing_eagerly=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py950 def executing_eagerly(self): member in Context
2139 def executing_eagerly(): function
H A Dfunction.py2095 self, args, possible_gradient_type, executing_eagerly): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dmulti_process_runner.py762 def _runtime_mode(self, executing_eagerly): argument
H A Dmulti_worker_test_base.py659 def _task_thread(self, task_fn, tf_config, executing_eagerly, *args, argument