Class AbstractNone

Inheritance Relationships

Base Type

Class Documentation

class AbstractNone : public mindspore::abstract::AbstractBase

Class AbstractNone describes a None node’s abstract value.

Public Functions

inline AbstractNone()

Constructor of AbstractNone.

~AbstractNone() override = default

Destructor of AbstractNone.

inline virtual AbstractBasePtr Clone() const override

Clone an abstract from the abstract.

Returns

A pointer to the cloned abstract.

virtual std::string ToString() const override

Get the string representation of this object.

Returns

The string representation.