Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ _maybe_create_graph
Method
_maybe_create_graph
tensorpack/predict/config.py:115–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
self.create_graph = bool(create_graph)
114
115
def
_maybe_create_graph(self):
116
if
self.create_graph:
117
return
tf.Graph()
118
return
tf.get_default_graph()
Callers
6
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
export_compact
Method · 0.80
export_serving
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected