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

Method __init__

tensorflow/python/framework/ops.py:5528–5530  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5526 """A thread-local stack of objects for providing an implicit default graph."""
5527
5528 def __init__(self):
5529 super(_DefaultGraphStack, self).__init__()
5530 self._global_default_graph = None
5531
5532 def get_default(self):
5533 """Override that returns a global default if the stack is empty."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected