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

Method compile

imperative/python/megengine/jit/tracing.py:276–277  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

274 return tensor_args
275
276 def compile(self):
277 raise NotImplementedError
278
279 def execute(self, *args, **kwargs):
280 raise NotImplementedError

Callers 15

compile_and_execMethod · 0.95
collator.pyFile · 0.45
fetcher.pyFile · 0.45
_str2bytesFunction · 0.45
_make_feedMethod · 0.45
get_var_valueFunction · 0.45
test_assert_equalFunction · 0.45
test_insertFunction · 0.45
test_insert_moduleFunction · 0.45
test_insert_qat_moduleFunction · 0.45
test_deleteFunction · 0.45
test_id_and_nameFunction · 0.45

Calls

no outgoing calls

Tested by 8

test_assert_equalFunction · 0.36
test_insertFunction · 0.36
test_insert_moduleFunction · 0.36
test_insert_qat_moduleFunction · 0.36
test_deleteFunction · 0.36
test_id_and_nameFunction · 0.36
test_set_node_nameFunction · 0.36
get_valueFunction · 0.36