Class AnfNode

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class AnfNode : public mindspore::api::Base

AnfNode is the basic class of the IR graph node.

Subclassed by mindspore::api::CNode, mindspore::api::Parameter, mindspore::api::ValueNode

Public Functions

std::string fullname_with_scope() const

Obtain detailed information about scope namespace.

Returns

Detailed information about scope namespace.

AbstractBasePtr abstract() const

Obtain the inferred abstract value of this AnfNode.

Returns

The inferred abstract value.

void set_abstract(const AbstractBasePtr &abs)

Set the abstract value of this AnfNode.

Parameters

abs[in] New abstract value.