MCPcopy
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
96def raw_reader(path):
97 with open(path, 'rb') as f:
98 bin_data = f.read()
99 return bin_data
100
101
102def dumps_pyarrow(obj):

Callers

nothing calls this directly

Calls 1

readMethod · 0.80

Tested by

no test coverage detected