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_test.py40 if ops.executing_eagerly_outside_functions():
46 if ops.executing_eagerly_outside_functions():
176 if not ops.executing_eagerly_outside_functions():
Dversion_utils.py88 elif ops.executing_eagerly_outside_functions():
126 if not ops.executing_eagerly_outside_functions():
Dtf_utils.py433 if (ops.executing_eagerly_outside_functions() and
453 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/distribute/
Ddevice_util.py58 if ops.executing_eagerly_outside_functions():
113 if ops.executing_eagerly_outside_functions():
Dcollective_all_reduce_strategy.py345 if ops.executing_eagerly_outside_functions():
433 if (ops.executing_eagerly_outside_functions() and
702 if (not ops.executing_eagerly_outside_functions() and
Dcross_device_utils.py284 if not ops.executing_eagerly_outside_functions():
291 if not ops.executing_eagerly_outside_functions():
Dinput_lib.py1221 if (ops.executing_eagerly_outside_functions() or
1270 if (ops.executing_eagerly_outside_functions() or
1362 if (ops.executing_eagerly_outside_functions() or
1839 if ops.executing_eagerly_outside_functions():
Dmirrored_strategy.py340 if ops.executing_eagerly_outside_functions():
366 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py251 not ops.executing_eagerly_outside_functions())
261 if ops.executing_eagerly_outside_functions():
349 if not ops.executing_eagerly_outside_functions():
597 (ops.executing_eagerly_outside_functions() and
815 if ops.executing_eagerly_outside_functions():
Dtraining_v1.py148 if (ops.executing_eagerly_outside_functions() and
160 ops.executing_eagerly_outside_functions())
331 if is_any_keras_optimizer_v1 and ops.executing_eagerly_outside_functions():
338 or not ops.executing_eagerly_outside_functions()):
2156 if ops.executing_eagerly_outside_functions():
2614 if training is None and not ops.executing_eagerly_outside_functions():
3171 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/tpu/
Dtpu_strategy_util.py115 elif not ops.executing_eagerly_outside_functions():
202 elif not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_v2_func_graphs.py37 if ops.executing_eagerly_outside_functions():
Dscript_ops.py412 if ops.executing_eagerly_outside_functions():
606 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py73 if ops.executing_eagerly_outside_functions():
79 if not ops.executing_eagerly_outside_functions():
157 ops.executing_eagerly_outside_functions()):
205 ops.executing_eagerly_outside_functions()):
675 elif ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/
Dmodels.py464 ops.executing_eagerly_outside_functions())
559 if not ops.executing_eagerly_outside_functions():
659 if ops.executing_eagerly_outside_functions():
Dmodels_test.py129 if input_shape and not ops.executing_eagerly_outside_functions():
185 if not ops.executing_eagerly_outside_functions():
198 if not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_operators.py37 if (ops.Tensor._USE_EQUALITY and ops.executing_eagerly_outside_functions() and
Dragged_operators_test.py36 if tf2.enabled() and ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/training/experimental/
Dloss_scaling_gradient_tape.py118 if not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dbase.py469 if (ops.executing_eagerly_outside_functions()
542 if not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py225 if ops.executing_eagerly_outside_functions():
244 if ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/debug/lib/
Dcheck_numerics_callback.py249 is_v1_graph_mode = not ops.executing_eagerly_outside_functions()
Ddumping_callback.py367 is_v1_graph_mode = not ops.executing_eagerly_outside_functions()
559 is_v1_graph_mode = not ops.executing_eagerly_outside_functions()
/external/tensorflow/tensorflow/python/eager/
Dremote_execution_test.py140 if not ops.executing_eagerly_outside_functions():
/external/tensorflow/tensorflow/python/saved_model/
Dload_v1_in_v2.py115 if not ops.executing_eagerly_outside_functions():

123