Class AnyValue

Inheritance Relationships

Base Type

  • public mindspore::Value

Class Documentation

class AnyValue : public mindspore::Value

AnyValue defines a Value class which can be any Value type.

Public Functions

AnyValue() = default

Constructor of AnyValue.

~AnyValue() override = default

Destructor of AnyValue.

MS_DECLARE_PARENT(AnyValue, Value) std abstract::AbstractBasePtr ToAbstract () override

The hash value of the AnyValue object.

Check whether the input is the current AnyValue object.

Get abstract of the AnyValue object.

Returns

The hash value.

Parameters

other[in] Define a Value object.

Returns

Whether the input is the current AnyValue object.

Returns

The abstract of the AnyValue object.