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