Class ANode
Defined in File anf.h
Inheritance Relationships
Base Type
public mindspore::AnfNode
(Class AnfNode)
Derived Types
public mindspore::Parameter
(Class Parameter)public mindspore::ValueNode
(Class ValueNode)
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.
-
inline explicit ANode(const FuncGraphPtr &func_graph)