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

Method importModule

jvm/core/src/main/java/org/apache/tvm/Module.java:94–96  ·  view source on GitHub ↗

Add module to the import list of current one. @param module The other module.

(Module module)

Source from the content-addressed store, hash-verified

92 * @param module The other module.
93 */
94 public void importModule(Module module) {
95 getApi("ffi.ModuleImportModule").pushArg(this).pushArg(module).invoke();
96 }
97
98 /**
99 * Get type key of the module.

Callers

nothing calls this directly

Calls 3

getApiMethod · 0.95
pushArgMethod · 0.80
invokeMethod · 0.65

Tested by

no test coverage detected