次の方法で共有


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 名前空間を 使用してください。

適用対象