Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/python/keras/utils/
Dversion_utils.py85 elif ops.executing_eagerly_outside_functions():
123 if not ops.executing_eagerly_outside_functions():
Dtf_utils.py440 if (ops.executing_eagerly_outside_functions() and
460 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/distribute/
Ddevice_util.py56 if ops.executing_eagerly_outside_functions():
140 if ops.executing_eagerly_outside_functions():
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
Dcross_device_utils.py282 if not ops.executing_eagerly_outside_functions():
289 if not ops.executing_eagerly_outside_functions():
Dvalues_v2.py47 if enable_packed_handle and not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/engine/
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():
Dinput_layer.py178 if not ops.executing_eagerly_outside_functions():
209 if ops.executing_eagerly_outside_functions():
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():
Dnode.py80 if not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/distribute/v1/
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():
/external/tensorflow/tensorflow/python/tpu/
Dtpu_strategy_util.py124 elif not ops.executing_eagerly_outside_functions():
221 elif not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_v2_func_graphs.py33 if ops.executing_eagerly_outside_functions():
Dscript_ops.py518 if ops.executing_eagerly_outside_functions():
646 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/distribute/
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():
/external/tensorflow/tensorflow/python/keras/
Dmodels.py481 ops.executing_eagerly_outside_functions())
576 if not ops.executing_eagerly_outside_functions():
680 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_operators.py33 if (ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions() and
Dragged_operators_test.py32 if tf2.enabled() and ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dbase.py470 if (ops.executing_eagerly_outside_functions()
549 if not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py220 if ops.executing_eagerly_outside_functions():
239 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/debug/lib/
Dcheck_numerics_callback.py245 is_v1_graph_mode = not ops.executing_eagerly_outside_functions()
Ddumping_callback.py361 is_v1_graph_mode = not ops.executing_eagerly_outside_functions()
550 is_v1_graph_mode = not ops.executing_eagerly_outside_functions()
/external/tensorflow/tensorflow/python/eager/
Dremote_execution_test.py136 if not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/saved_model/
Dload_v1_in_v2.py117 if not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/summary/
Dsummary.py828 if not _ops.executing_eagerly_outside_functions():

123