Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ f
Method
f
tensorpack/dataflow/format.py:167–168 ·
view source on GitHub ↗
(dp)
Source
from the content-addressed store, hash-verified
165
or
return
None to discard.
166
""
"
167
def
f(dp):
168
return
decoder(dp[0], dp[1])
169
super(LMDBDataDecoder, self).__init__(lmdb_data, f)
170
171
Callers
nothing calls this directly
Calls
1
decoder
Function · 0.85
Tested by
no test coverage detected