Class MapObj#

Inheritance Relationships#

Base Type#

Class Documentation#

class MapObj : public tvm::ffi::MapBaseObj#

Map object.

Public Static Functions

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

Create a shallow copy with the same iteration order.

Parameters:

src – The source map object.

Returns:

The copied underlying map storage.

Friends

friend class Map