tvm
Public Member Functions | List of all members
tvm::runtime::DRef Class Reference

Managed reference to DRefObj. More...

#include <session.h>

Inheritance diagram for tvm::runtime::DRef:
Collaboration diagram for tvm::runtime::DRef:

Public Member Functions

 DRef (ffi::ObjectPtr< DRefObj > data)
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (DRef, ffi::ObjectRef, DRefObj)
 

Detailed Description

Managed reference to DRefObj.

See also
DRefObj
Note
No public constructor is provided as it is not supposed to be directly created by users.

Constructor & Destructor Documentation

◆ DRef()

tvm::runtime::DRef::DRef ( ffi::ObjectPtr< DRefObj data)
inlineexplicit

Member Function Documentation

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()

tvm::runtime::DRef::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE ( DRef  ,
ffi::ObjectRef  ,
DRefObj   
)

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