|
tvm
|
An object representing a vm closure. More...
#include <vm.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("relax.vm.Closure", VMClosureObj, Object) | |
Public Attributes | |
| ffi::String | func_name |
| The function name. The function could be any function object that is compatible to the VM runtime. More... | |
| ffi::Function | impl |
| The implementation of the Closure. More... | |
An object representing a vm closure.
| tvm::runtime::vm::VMClosureObj::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "relax.vm.Closure" | , |
| VMClosureObj | , | ||
| Object | |||
| ) |
| ffi::String tvm::runtime::vm::VMClosureObj::func_name |
The function name. The function could be any function object that is compatible to the VM runtime.
| ffi::Function tvm::runtime::vm::VMClosureObj::impl |
The implementation of the Closure.