Class ANode

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class ANode : public mindspore::AnfNode

Subclassed by mindspore::Parameter, mindspore::ValueNode

Public Functions

inline explicit ANode(const FuncGraphPtr &func_graph)

Constructor.

Parameters

func_graph[in] The FuncGraph to which this ANode belongs.

inline ANode(const FuncGraphPtr &func_graph, NodeDebugInfoPtr &&debug_info)

Constructor.

Parameters
  • func_graph[in] The FuncGraph to which this ANode belongs.

  • debug_info[in] The debug info to be used for this ANode.

virtual ~ANode() = default

Destructor.