TensorVariableDescriptorPreview.Shape 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.
Deprecated. Gets the n-dimensional shape of the tensor.
public:
property IIterable<long long> ^ Shape { IIterable<long long> ^ get(); };
IIterable<long> Shape();
/// [get: Windows.Foundation.Metadata.Deprecated("Use ITensorFeatureDescriptor instead of ITensorVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
IIterable<long> Shape();
public IEnumerable<long> Shape { get; }
public IEnumerable<long> Shape { [Windows.Foundation.Metadata.Deprecated("Use ITensorFeatureDescriptor instead of ITensorVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")] get; }
var iIterable = tensorVariableDescriptorPreview.shape;
Public ReadOnly Property Shape As IEnumerable(Of Long)
Property Value
The n-dimensional shape of the tensor.
- Attributes
Remarks
Warning
This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.