Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ f
Method
f
tensorpack/models/linearwrap.py:29–31 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
27
else
:
28
# assume to be a tf function
29
def
f(*args, **kwargs):
30
o = ret(self._t, *args, **kwargs)
31
return
LinearWrap(o)
32
return
f
33
34
def
__init__(self, tensor):
Callers
nothing calls this directly
Calls
1
LinearWrap
Class · 0.85
Tested by
no test coverage detected