Home
last modified time | relevance | path

Searched refs:in_eager_mode (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_test.py197 in_eager_mode = context.executing_eagerly()
199 if in_eager_mode:
220 if not in_eager_mode:
237 in_eager_mode = context.executing_eagerly()
239 if in_eager_mode:
247 if not in_eager_mode:
257 in_eager_mode = context.executing_eagerly()
259 if in_eager_mode:
267 if not in_eager_mode:
287 in_eager_mode = context.executing_eagerly()
[all …]
Dtensor_array_ops_test.py551 in_eager_mode = context.executing_eagerly()
555 if in_eager_mode:
563 not in_eager_mode else
570 if control_flow_util.ENABLE_CONTROL_FLOW_V2 and not in_eager_mode:
580 if not control_flow_util.ENABLE_CONTROL_FLOW_V2 or in_eager_mode:
/external/tensorflow/tensorflow/contrib/eager/python/
Dtfe.py152 in_eager_mode = executing_eagerly variable
/external/tensorflow/tensorflow/python/keras/layers/
Dnormalization.py572 in_eager_mode = context.executing_eagerly()
680 if in_eager_mode and not self.trainable:
699 if in_eager_mode and not self.trainable:
/external/tensorflow/tensorflow/python/eager/
Dcontext.py931 def in_eager_mode(): function