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

Method getFunction

web/src/runtime.ts:809–811  ·  view source on GitHub ↗

* Get a function in the VM module. * @param name The name of the function. * @returns The result function.

(name: string)

Source from the content-addressed store, hash-verified

807 * @returns The result function.
808 */
809 getFunction(name: string): PackedFunc {
810 return this.mod.getFunction(name);
811 }
812
813 /**
814 * Get the internal module.

Callers

nothing calls this directly

Calls 1

getFunctionMethod · 0.45

Tested by

no test coverage detected