MCPcopy Create free account
hub / github.com/MegEngine/MegCC / read_json

Function read_json

script/test_model.py:12–14  ·  view source on GitHub ↗
(file_path)

Source from the content-addressed store, hash-verified

10
11
12def read_json(file_path):
13 with open(file_path) as f:
14 return json.load(f)
15
16
17def gen_input_name(shape, dtype):

Callers 1

auto_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected