Class StructuralKeyObj#
Defined in File structural_key.h
Inheritance Relationships#
Base Type#
public tvm::ffi::Object(Class Object)
Class Documentation#
-
class StructuralKeyObj : public tvm::ffi::Object#
Object node that contains a key and its cached structural hash.
Public Functions
-
StructuralKeyObj() = default#
-
inline explicit StructuralKeyObj(Any key)#
Construct a StructuralKeyObj from a key and cache its structural hash.
- Parameters:
key – The key value.
-
StructuralKeyObj() = default#