Class Enum#
Defined in File enum.h
Inheritance Relationships#
Base Type#
public tvm::ffi::ObjectRef(Class ObjectRef)
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), which — given the register-once registry — is equivalent to sharing the same(type_key, name)pair.See also
See also