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

Method get

jvm/core/src/main/java/org/apache/tvm/APIInternal.java:29–31  ·  view source on GitHub ↗

Get a tvm api function according by name. @param name function name. @return a TVM Function.

(final String name)

Source from the content-addressed store, hash-verified

27 * @return a TVM Function.
28 */
29 public static Function get(final String name) {
30 return API.get(name);
31 }
32
33 /**
34 * Cannot be instantiated.

Callers 3

existMethod · 0.95
maxThreadsPerBlockMethod · 0.95
warpSizeMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected