Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

Output Class

A handle for one of a node's outputs.

Definition

Namespace: OpenVinoSharp
Assembly: OpenVINO_CSharp_API (in OpenVINO_CSharp_API.dll) Version: 2024.3.0.2+a9617c0f8f80882646d0eba11b88ae6cb17b3fb8
C#
public class Output : IDisposable
Inheritance
Object    Output
Implements
IDisposable

Constructors

Output Constructs a Output.

Methods

Dispose Release unmanaged resources.
Finalize Default deconstruction.
(Overrides ObjectFinalize)
get_any_name Any tensor names associated with this output
get_element_type The element type of the output referred to by this output handle.
get_index The index of the output referred to by this output handle.
get_node Get the node referred to by this output handle.
get_partial_shape The partial shape of the output referred to by this output handle.
get_shape The shape of the output referred to by this output handle.

Fields

m_index The output node port index.
m_node The output node.

See Also