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

Method getFunction

jvm/core/src/main/java/org/apache/tvm/Function.java:33–35  ·  view source on GitHub ↗

Get registered function. @param name full function name. @return TVM function.

(final String name)

Source from the content-addressed store, hash-verified

31 * @return TVM function.
32 */
33 public static Function getFunction(final String name) {
34 return getGlobalFunc(name, true);
35 }
36
37 /**
38 * Get list of global functions registered.

Callers 4

test_reg_sum_numberMethod · 0.95
getApiMethod · 0.95
getMethod · 0.95
getApiMethod · 0.95

Calls 1

getGlobalFuncMethod · 0.95

Tested by 1

test_reg_sum_numberMethod · 0.76