Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
def
read_json(file_path):
13
with
open(file_path)
as
f:
14
return
json.load(f)
15
16
17
def
gen_input_name(shape, dtype):
Callers
1
auto_check
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected