TensorVariableDescriptorPreview.Shape Property

Definition

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

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

The n-dimensional shape of the tensor.

Attributes

Remarks

Warning

This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.

Applies to