C++ API
JAVA API
Python API
Defined in File anf.h
public mindspore::api::AnfNode (Class AnfNode)
public mindspore::api::AnfNode
ValueNode is a graph node that hold a value.
Public Functions
Create ValueNode with the given value.
value – [in] The value of this ValueNode.
Get the value of this ValueNode.
The value.