Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dbase_layer_utils.py216 if ops.executing_eagerly_outside_functions():
251 not ops.executing_eagerly_outside_functions())
346 if not ops.executing_eagerly_outside_functions():
594 (ops.executing_eagerly_outside_functions() and
812 if ops.executing_eagerly_outside_functions():
H A Dinput_layer.py178 if not ops.executing_eagerly_outside_functions():
209 if ops.executing_eagerly_outside_functions():
H A Dtraining_v1.py145 if (ops.executing_eagerly_outside_functions() and
157 ops.executing_eagerly_outside_functions())
329 if is_any_keras_optimizer_v1 and ops.executing_eagerly_outside_functions():
336 or not ops.executing_eagerly_outside_functions()):
2164 if ops.executing_eagerly_outside_functions():
2622 if training is None and not ops.executing_eagerly_outside_functions():
3179 if ops.executing_eagerly_outside_functions():
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/v1/
H A Dinput_lib.py109 if (ops.executing_eagerly_outside_functions() or
162 if (ops.executing_eagerly_outside_functions() or
353 if ops.executing_eagerly_outside_functions():
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Ddevice_util.py56 if ops.executing_eagerly_outside_functions():
140 if ops.executing_eagerly_outside_functions():
H A Dcollective_all_reduce_strategy.py389 if ops.executing_eagerly_outside_functions():
477 if (ops.executing_eagerly_outside_functions() and
760 if (not ops.executing_eagerly_outside_functions() and
H A Dcross_device_utils.py282 if not ops.executing_eagerly_outside_functions():
289 if not ops.executing_eagerly_outside_functions():
H A Dmirrored_strategy_test.py401 return ops.executing_eagerly_outside_functions()
403 originally = ops.executing_eagerly_outside_functions()
405 in_scope = ops.executing_eagerly_outside_functions()
413 in_scope = ops.executing_eagerly_outside_functions()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Dversion_utils.py85 elif ops.executing_eagerly_outside_functions():
123 if not ops.executing_eagerly_outside_functions():
H A Dtf_utils.py440 if (ops.executing_eagerly_outside_functions() and
460 if ops.executing_eagerly_outside_functions():
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddistributed_training_utils_v1.py69 if ops.executing_eagerly_outside_functions():
75 if not ops.executing_eagerly_outside_functions():
153 ops.executing_eagerly_outside_functions()):
201 ops.executing_eagerly_outside_functions()):
665 elif ops.executing_eagerly_outside_functions():
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu_strategy_util.py124 elif not ops.executing_eagerly_outside_functions():
221 elif not ops.executing_eagerly_outside_functions():
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dmodels.py481 ops.executing_eagerly_outside_functions())
576 if not ops.executing_eagerly_outside_functions():
680 if ops.executing_eagerly_outside_functions():
H A Dbackend.py576 assert ops.executing_eagerly_outside_functions()
899 if ops.executing_eagerly_outside_functions():
1283 if ops.executing_eagerly_outside_functions():
1335 if ops.executing_eagerly_outside_functions():
1393 if ops.executing_eagerly_outside_functions():
3726 if ops.executing_eagerly_outside_functions():
3777 if ops.executing_eagerly_outside_functions():
4100 if ops.executing_eagerly_outside_functions():
6605 ops.executing_eagerly_outside_functions()):
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dbase.py470 if (ops.executing_eagerly_outside_functions()
549 if not ops.executing_eagerly_outside_functions():
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_v2_func_graphs.py33 if ops.executing_eagerly_outside_functions():
H A Dscript_ops.py518 if ops.executing_eagerly_outside_functions():
646 if ops.executing_eagerly_outside_functions():
H A Dvariables.py1081 …if ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions(): # pylint: disable=prot…
1091 …if ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions(): # pylint: disable=prot…
1100 …if ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions(): # pylint: disable=prot…
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/mixed_precision/
H A Dautocast_variable.py220 if ops.executing_eagerly_outside_functions():
239 if ops.executing_eagerly_outside_functions():
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_operators.py33 if (ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions() and
H A Dragged_operators_test.py32 if tf2.enabled() and ops.executing_eagerly_outside_functions():
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddumping_callback.py361 is_v1_graph_mode = not ops.executing_eagerly_outside_functions()
550 is_v1_graph_mode = not ops.executing_eagerly_outside_functions()
H A Dcheck_numerics_callback.py245 is_v1_graph_mode = not ops.executing_eagerly_outside_functions()
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Doptimizer.py85 not ops.executing_eagerly_outside_functions()):
907 eager = ops.executing_eagerly_outside_functions()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dremote_execution_test.py136 if not ops.executing_eagerly_outside_functions():

123