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

Function scope_name

tensorflow/python/eager/context.py:1654–1656  ·  view source on GitHub ↗

Name of the current scope.

()

Source from the content-addressed store, hash-verified

1652
1653
1654def scope_name():
1655 """Name of the current scope."""
1656 return context().scope_name
1657
1658
1659def device(name):

Callers

nothing calls this directly

Calls 1

contextFunction · 0.85

Tested by

no test coverage detected