Class Enum#
Defined in File enum.h
Inheritance Relationships#
Base Type#
public tvm::ffi::ObjectRef(Class ObjectRef)
Derived Types#
public tvm::ffi::IntEnum(Class IntEnum)public tvm::ffi::StrEnum(Class StrEnum)
Class Documentation#
-
class Enum : public tvm::ffi::ObjectRef#
ObjectRef wrapper for
EnumObj.Holds a shared reference to a registered singleton. Two
Enumvalues compare structurally equal if and only if they point at the same underlying object (seekTVMFFISEqHashKindUniqueInstance).See also
See also
Subclassed by tvm::ffi::IntEnum, tvm::ffi::StrEnum