Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ loads
Method
loads
tensorpack/utils/serialize.py:88–93 ·
view source on GitHub ↗
Args: bytes
(buf)
Source
from the content-addressed store, hash-verified
86
87
@staticmethod
88
def
loads(buf):
89
""
"
90
Args:
91
bytes
92
""
"
93
return
pickle.loads(buf)
94
95
96
# Define the default serializer to be used that dumps data to bytes
Callers
3
loads
Method · 0.45
unpack
Method · 0.45
get_data
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected