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 (ObjectPtr< DRefObj > data)
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (DRef, 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 ( 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  ,
ObjectRef  ,
DRefObj   
)

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