MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / executing_eagerly

Method executing_eagerly

tensorflow/python/eager/context.py:656–658  ·  view source on GitHub ↗

Returns True if current thread has eager executing enabled.

(self)

Source from the content-addressed store, hash-verified

654 self.context_switches.pop()
655
656 def executing_eagerly(self):
657 """Returns True if current thread has eager executing enabled."""
658 return self._thread_local_data.is_eager
659
660 def ones_rank_cache(self):
661 """Per-device cache for scalars."""

Callers 15

__init__Method · 0.95
configMethod · 0.95
testContextMethod · 0.95
fitMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
_custom_getterFunction · 0.80
save_network_checkpointFunction · 0.80
_set_restore_on_createFunction · 0.80

Calls

no outgoing calls

Tested by 15

testContextMethod · 0.76
_test_bodyMethod · 0.64
_testDynamicDecodeRNNMethod · 0.64
_testDecodeRNNMethod · 0.64
testTrainNetworkMethod · 0.64
testTrainNetworkMethod · 0.64
testMinimizeLossMethod · 0.64
doTestBasicMethod · 0.64