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

Class ValidOutputDir

benchmark/python/src/benchmark.py:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class ValidOutputDir:
24 local_path = ""
25 remote_path = ""
26 tag = ""
27
28 def __init__(self, local_path="", remote_path=""):
29 self.local_path = local_path
30 self.remote_path = remote_path
31
32
33class BenchMarkRunnerBase:

Callers 1

set_config_and_runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected