|
tvm
|
Internal struct for extracting the callable method from callable type. More...
#include <packed_func.h>
Static Public Member Functions | |
| static void | Call (const PackedFuncObj *obj, TVMArgs args, TVMRetValue *rv) |
| Extracting the callable method from callable type. More... | |
Internal struct for extracting the callable method from callable type.
|
static |
Extracting the callable method from callable type.
| obj | The base packed function object class. |
| args | The arguments |
| rv | The return value. |
1.8.13