Class DictObj#

Inheritance Relationships#

Base Type#

Class Documentation#

class DictObj : public tvm::ffi::MapBaseObj#

Dict object — mutable map with shared reference semantics.

Public Static Functions

static inline ObjectPtr<Object> ShallowCopy(const DictObj *src)#

Create a shallow copy with the same iteration order.

Parameters:

src – The source dictionary object.

Returns:

The copied underlying dictionary storage.

Friends

friend class Dict