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

Method entryFunc

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

Get the entry function. @return The entry function if exist

()

Source from the content-addressed store, hash-verified

62 * @return The entry function if exist
63 */
64 public Function entryFunc() {
65 if (entry == null) {
66 entry = getFunction(entryName);
67 }
68 return entry;
69 }
70
71 /**
72 * Get function from the module.

Callers 2

Calls 1

getFunctionMethod · 0.95

Tested by 2