SkillFeatureTensorInt8Value Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a ISkillFeatureValue of SkillFeatureKind.Tensor with elements of SkillElementKind.Int8.
public ref class SkillFeatureTensorInt8Value sealed : Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureTensorValue, Windows::Foundation::IClosable
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
public sealed class SkillFeatureTensorInt8Value : Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorValue, Windows.Foundation.IClosable
type SkillFeatureTensorInt8Value = class
interface ISkillFeatureTensorValue
interface ISkillFeatureValue
interface IClosable
Public NotInheritable Class SkillFeatureTensorInt8Value
Implements IClosable, ISkillFeatureTensorValue
- Inheritance
-
SkillFeatureTensorInt8Value
- Attributes
-
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ContractVersionAttribute
- Implements
Properties
| Descriptor |
The feature descriptor associated with this feature value. |
| Shape |
Retrieves the shape of the tensor. |
Methods
| Close() |
Releases system resources that are exposed by this object. |
| GetAsVectorView() |
Retrieves the readonly view of the tensor. |