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

Class ValidModel

benchmark/python/src/benchmark.py:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class ValidModel:
13 path = ""
14 name = ""
15 extension = ""
16
17 def __init__(self, model_path="", model_name="", extension=""):
18 self.path = model_path
19 self.name = model_name
20 self.extension = extension
21
22
23class ValidOutputDir:

Callers 1

set_config_and_runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected