MCPcopy Index your code
hub / github.com/apache/tvm / Module

Method Module

jvm/core/src/main/java/org/apache/tvm/Module.java:44–46  ·  view source on GitHub ↗
(long handle)

Source from the content-addressed store, hash-verified

42 }
43
44 Module(long handle) {
45 super(handle, TypeIndex.kTVMFFIModule);
46 }
47
48 private Function entry = null;
49 private final String entryName = "main";

Callers 2

_eval_assignFunction · 0.80
get_funcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected