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.

返回

Detailed information about scope namespace.

AbstractBasePtr abstract() const

Obtain the inferred abstract value of this AnfNode.

返回

The inferred abstract value.

void set_abstract(const AbstractBasePtr &abs)

Set the abstract value of this AnfNode.

参数

abs[in] New abstract value.