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

Function in_eager_mode

tensorflow/python/eager/context.py:1605–1607  ·  view source on GitHub ↗

Use executing_eagerly() instead. This function will be removed.

()

Source from the content-addressed store, hash-verified

1603
1604
1605def in_eager_mode():
1606 """Use executing_eagerly() instead. This function will be removed."""
1607 return executing_eagerly()
1608
1609
1610def shared_name(name=None):

Callers

nothing calls this directly

Calls 1

executing_eagerlyFunction · 0.85

Tested by

no test coverage detected