ISkillFeatureTensorDescriptor.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.
The dimensions required for this tensor feature as an IReadOnlyList.
public:
property Windows::Foundation::Collections::IVectorView<long> ^ Shape { Windows::Foundation::Collections::IVectorView<long> ^ get(); };
public Windows.Foundation.Collections.IVectorView<long> Shape { get; }
member this.Shape : Windows.Foundation.Collections.IVectorView<int64>
Public ReadOnly Property Shape As IVectorView(Of Long)
Property Value
- Windows.Foundation.Collections.IVectorView<Int64>
The dimensions required for this tensor feature as an IReadOnlyList.