Поделиться через


TensorVariableDescriptorPreview.Shape Свойство

Определение

Не рекомендуется. Возвращает n-мерную форму тензора.

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)

Значение свойства

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

N-мерная форма тензора.

Атрибуты

Комментарии

Предупреждение

Это нерекомендуемый API. Вместо этого используйте пространство имен Windows.AI.MachineLearning .

Применяется к