Class StructuralKey#
Defined in File structural_key.h
Inheritance Relationships#
Base Type#
public tvm::ffi::ObjectRef(Class ObjectRef)
Class Documentation#
-
class StructuralKey : public tvm::ffi::ObjectRef#
ObjectRef wrapper for StructuralKeyObj.
StructuralKey can be used to ensure that we use structural equality and hash for the wrapped key.
Public Functions
-
inline explicit StructuralKey(Any key)#
Construct a StructuralKey from a key.
- Parameters:
key – The key value.
-
inline explicit StructuralKey(Any key)#