tvm
Static Public Member Functions | List of all members
tvm::runtime::PackedFuncObj::Extractor< TPackedFuncSubObj > Struct Template Reference

Internal struct for extracting the callable method from callable type. More...

#include <packed_func.h>

Collaboration diagram for tvm::runtime::PackedFuncObj::Extractor< TPackedFuncSubObj >:

Static Public Member Functions

static void Call (const PackedFuncObj *obj, TVMArgs args, TVMRetValue *rv)
 Extracting the callable method from callable type. More...
 

Detailed Description

template<class TPackedFuncSubObj>
struct tvm::runtime::PackedFuncObj::Extractor< TPackedFuncSubObj >

Internal struct for extracting the callable method from callable type.

Member Function Documentation

◆ Call()

template<class TPackedFuncSubObj >
void tvm::runtime::PackedFuncObj::Extractor< TPackedFuncSubObj >::Call ( const PackedFuncObj obj,
TVMArgs  args,
TVMRetValue rv 
)
static

Extracting the callable method from callable type.

Parameters
objThe base packed function object class.
argsThe arguments
rvThe return value.

The documentation for this struct was generated from the following file: