TensorUInt32Bit.Kind Property
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.
The kind of the feature.
public:
property LearningModelFeatureKind Kind { LearningModelFeatureKind get(); };
LearningModelFeatureKind Kind();
public LearningModelFeatureKind Kind { get; }
var learningModelFeatureKind = tensorUInt32Bit.kind;
Public ReadOnly Property Kind As LearningModelFeatureKind
Property Value
The kind of the feature.
Implements
Remarks
Windows Server
To use this API on Windows Server, you must use Windows Server 2019 with Desktop Experience.
Thread safety
This API is thread-safe.