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

Function wrap

tensorflow/contrib/layers/python/layers/rev_block_lib.py:169–171  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

167
168 @_safe_wraps(fn)
169 def wrap(*args, **kwargs):
170 with variable_scope.variable_scope(scope, use_resource=True):
171 return fn(*args, **kwargs)
172
173 return wrap
174

Callers

nothing calls this directly

Calls 2

variable_scopeMethod · 0.80
fnFunction · 0.50

Tested by

no test coverage detected