Input Class
A handle for one of a node's inputs.
Namespace: OpenVinoSharpAssembly: OpenVINO_CSharp_API (in OpenVINO_CSharp_API.dll) Version: 2024.3.0.2+a9617c0f8f80882646d0eba11b88ae6cb17b3fb8
public class Input : IDisposable
- Inheritance
- Object Input
- Implements
- IDisposable
Input
|
Constructs a Output.
|
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.
|