SkillFeatureTensorIntValue.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.
Retrieves the shape of the tensor.
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 shape of the tensor.