Class RefKey

Inheritance Relationships

Base Type

Class Documentation

class RefKey : public mindspore::Named

RefKey defines a Named class whose type is Ref.

Public Functions

inline explicit RefKey(const std::string &tag)

Constructor of RefKey.

Parameters

tag[in] Define the name of RefKey object.

~RefKey() override = default

Destructor of RefKey.

inline virtual MS_DECLARE_PARENT(RefKey, Named) const std std::string ToString () const override

Get the name of RefKey object.

Get abstract of the RefKey object.

Show the RefKey object.

Returns

The name of RefKey object.

Returns

The abstract of the RefKey object.

Returns

The description of the RefKey object.

inline virtual std::string DumpText() const override

Show the RefKey object DumpText.

Returns

The description of the RefKey object.