Node Class
Nodes are the backbone of the graph of Value dataflow. Every node has
zero or more nodes as arguments and one value, which is either a tensor
or a (possibly empty) tuple of values.
Namespace: OpenVinoSharpAssembly: OpenVINO_CSharp_API (in OpenVINO_CSharp_API.dll) Version: 2024.3.0.2+a9617c0f8f80882646d0eba11b88ae6cb17b3fb8
public class Node : IDisposable
- Inheritance
- Object Node
- Implements
- IDisposable
Node
|
Default Constructor.
|
node_type
|
Specify the format type of the node.
|
Ptr
|
[public]Node class pointer.
|
m_ptr
|
[private]Node class pointer.
|