MCPcopy 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_compactMethod · 0.80
export_servingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected