Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DingXiaoH/RepVGG
/ raw_reader
Function
raw_reader
data/lmdb_dataset.py:96–99 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
94
95
96
def
raw_reader(path):
97
with
open(path,
'rb'
)
as
f:
98
bin_data = f.read()
99
return
bin_data
100
101
102
def
dumps_pyarrow(obj):
Callers
nothing calls this directly
Calls
1
read
Method · 0.80
Tested by
no test coverage detected