MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / execute

Method execute

imperative/python/megengine/jit/tracing.py:279–280  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

277 raise NotImplementedError
278
279 def execute(self, *args, **kwargs):
280 raise NotImplementedError
281
282 def setup_env(self):
283 pass

Callers 14

compile_and_execMethod · 0.95
runFunction · 0.45
run_modelFunction · 0.45
runMethod · 0.45
calculateMethod · 0.45
get_var_valueFunction · 0.45
test_replace_varsFunction · 0.45
test_replace_oprsFunction · 0.45
get_valueFunction · 0.45
_get_compiled_resultFunction · 0.45
test_io2Function · 0.45
test_attr_outputFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_replace_varsFunction · 0.36
test_replace_oprsFunction · 0.36
get_valueFunction · 0.36
_get_compiled_resultFunction · 0.36
test_io2Function · 0.36
test_attr_outputFunction · 0.36
test_exceptionFunction · 0.36