MCPcopy Create free account
hub / github.com/apache/tvm-ffi / RemoveGlobal

Method RemoveGlobal

include/tvm/ffi/function.h:526–529  ·  view source on GitHub ↗

* \brief Remove a global function by name * \param name The name of the function */

Source from the content-addressed store, hash-verified

524 * \param name The name of the function
525 */
526 static void RemoveGlobal(const String& name) {
527 static Function fremove = GetGlobalRequired("ffi.FunctionRemoveGlobal");
528 fremove(name);
529 }
530 /*!
531 * \brief Constructing a packed function from a normal function.
532 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected