Home
last modified time | relevance | path

Searched refs:executing_eagerly_outside_functions (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Ddevice_util.py53 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py441 not ops.executing_eagerly_outside_functions()):
456 not ops.executing_eagerly_outside_functions()):
Ddistributed_training_utils.py64 if ops.executing_eagerly_outside_functions():
70 if not ops.executing_eagerly_outside_functions():
Dtraining.py2232 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/util/
Dtf_should_use.py55 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/eager/
Dwrap_function.py98 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/contrib/distribute/python/
Dmirrored_strategy_multigpu_test.py266 return ops.executing_eagerly_outside_functions()
268 originally = ops.executing_eagerly_outside_functions()
270 in_scope = ops.executing_eagerly_outside_functions()
278 in_scope = ops.executing_eagerly_outside_functions()
/external/tensorflow/tensorflow/python/layers/
Dbase.py446 if (ops.executing_eagerly_outside_functions()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py577 if ops.executing_eagerly_outside_functions():
792 if (ops.executing_eagerly_outside_functions() and
2856 if ops.executing_eagerly_outside_functions():
2880 if ops.executing_eagerly_outside_functions():
3244 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Doptimizer_v2.py440 scope_name = ("" if ops.executing_eagerly_outside_functions() else
/external/tensorflow/tensorflow/python/training/
Doptimizer.py741 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/framework/
Dops_test.py2383 return ops.executing_eagerly_outside_functions()
2386 self.assertTrue(ops.executing_eagerly_outside_functions())
2390 self.assertFalse(ops.executing_eagerly_outside_functions())
Dops.py5630 def executing_eagerly_outside_functions(): function