| Package | Description |
|---|---|
| org.bytedeco.tvm |
| Modifier and Type | Method and Description |
|---|---|
PackedFunc |
TVMPODValue_.asPackedFunc() |
static PackedFunc |
Registry.Get(TVMString name)
\brief Get the global function by name.
|
PackedFunc |
ModuleNode.GetFuncFromEnv(TVMString name)
\brief Get a function from current environment
The environment includes all the imports as well as Global functions.
|
PackedFunc |
ModuleNode.GetFunction(TVMString name) |
PackedFunc |
Module.GetFunction(TVMString name) |
PackedFunc |
ModuleNode.GetFunction(TVMString name,
boolean query_imports)
\brief Get packed function from current module by name.
|
PackedFunc |
Module.GetFunction(TVMString name,
boolean query_imports)
\brief Get packed function from current module by name.
|
PackedFunc |
ModuleNode.GetFunction(TVMString name,
ObjectPtr sptr_to_self)
\brief Get a PackedFunc from module.
|
PackedFunc |
PackedFunc.getPointer(long i) |
PackedFunc |
PackedFunc.position(long position) |
PackedFunc |
PackedFunc.put(PackedFunc other) |
| Modifier and Type | Method and Description |
|---|---|
TVMRetValue |
TVMRetValue.put(PackedFunc f) |
PackedFunc |
PackedFunc.put(PackedFunc other) |
Registry |
Registry.set_body(PackedFunc f)
\brief set the body of the function to be f
|
| Constructor and Description |
|---|
PackedFunc(PackedFunc other) |
Copyright © 2024. All rights reserved.