Class AnfNode
Defined in File anf.h
Inheritance Relationships
Base Type
public mindspore::api::Base
(Class Base)
Derived Types
public mindspore::api::CNode
(Class CNode)public mindspore::api::Parameter
(Class Parameter)public mindspore::api::ValueNode
(Class ValueNode)
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.
-
std::string fullname_with_scope() const