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

Input Class

A handle for one of a node's inputs.

Definition

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

Constructors

Input Constructs a Output.

Methods

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

Fields

m_index The input node port index.
m_node The input node.

See Also