MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / _get_cached_vs

Function _get_cached_vs

tensorpack/tfutils/summary.py:26–28  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

24# some scope stuff to use internally...
25@graph_memoized
26def _get_cached_vs(name):
27 with tf.variable_scope(name) as scope:
28 return scope
29
30
31@contextmanager

Callers 1

_enter_vs_reuse_nsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…