Home
last modified time | relevance | path

Searched defs:eager_mode (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_functions_test.cc167 const auto& eager_mode = eager_metrics.at(EAGER_MODE); in TEST() local
/external/tensorflow/tensorflow/python/distribute/
Dmulti_worker_test_base.py511 def _run_client(self, client_fn, task_type, task_id, num_gpus, eager_mode, argument
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h681 bool eager_mode) { in GetMklShape()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py2290 def eager_mode(): function