Platforms to show: All Mac Windows Linux Cross-Platform

WinLearningModelTensorFeatureDescriptorMBS class

Super class: WinLearningModelFeatureDescriptorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class WindowsML MBS WinFrameworks Plugin 20.5 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Tensors are multi-dimensional arrays of values.

The layout of tensors is row-major, with tightly packed contiguous data representing each dimension. The total size of a tensor is the product of the size of each dimension.
Subclass of the WinLearningModelFeatureDescriptorMBS class.
This is a subclass of an abstract class. You can't create an instance, but you can get one from various plugin functions.

Super class WinLearningModelFeatureDescriptorMBS

Kinds

Constant Value Description
KindImage 3 The feature is an image, so use WinLearningModelImageFeatureDescriptorMBS class.
KindMap 2 The feature is a map, so use WinLearningModelMapFeatureDescriptorMBS class.
KindSequence 1 The feature is a sequence, so use WinLearningModelSequenceFeatureDescriptorMBS class.
KindTensor 0 The feature is a tensor, so use WinLearningModelTensorFeatureDescriptorMBS class.

Tensor Kind

Constant Value Description
TensorKindBoolean 9 The tensor type is Boolean.
TensorKindComplex128 15 Invalid type.
TensorKindComplex64 14 Invalid type.
TensorKindDouble 11 The tensor type is 64-bit floating point.
TensorKindFloat 1 The tensor type is 32-bit floating point.
TensorKindFloat16 10 The tensor type is 16-bit floating point.
TensorKindInt16 5 The tensor type is 16-bit signed integer.
TensorKindInt32 6 The tensor type is 32-bit signed integer.
TensorKindInt64 7 The tensor type is 64-bit signed integer.
TensorKindInt8 3 The tensor type is 8-bit signed integer.
TensorKindString 8 The tensor type is String.
TensorKindUInt16 4 The tensor type is 16-bit unsigned integer.
TensorKindUInt32 12 The tensor type is 32-bit unsigned integer.
TensorKindUInt64 13 The tensor type is 64-bit unsigned integer.
TensorKindUInt8 2 The tensor type is 8-bit unsigned integer.
TensorKindUndefined 0 Invalid type.

This class has no sub classes.

Some examples using this class:


The items on this page are in the following plugins: MBS WinFrameworks Plugin.


WinLearningModelSessionMBS   -   WinLocalizationMBS


The biggest plugin in space...