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

OutputTensorInfo Class

Information about user's desired output tensor. By default, it will be initialized to same data (type/shape/etc) as model's output parameter. User application can override particular parameters (like 'element_type') according to application's data and specify appropriate conversions in post-processing steps

Definition

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

Constructors

OutputTensorInfo Default construction through OutputTensorInfo pointer.

Properties

Ptr [public]OutputTensorInfo class pointer.

Methods

Dispose Release unmanaged resources
Finalize Default destructor
(Overrides ObjectFinalize)
set_element_type Set element type for user's desired output tensor.

Fields

m_ptr [private]OutputTensorInfo class pointer.

See Also