MPSNDArrayDescriptor.Reshape Method
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.
Overloads
| Name | Description |
|---|---|
| Reshape(UIntPtr[]) | |
| Reshape(UIntPtr, IntPtr) |
Reshape(UIntPtr[])
[Foundation.Export("reshapeWithShape:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Reshape(UIntPtr[] shape);
[<Foundation.Export("reshapeWithShape:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Reshape : unativeint[] -> unit
override this.Reshape : unativeint[] -> unit
Parameters
- shape
-
UIntPtr[]
unativeint[]
- Attributes
Applies to
Reshape(UIntPtr, IntPtr)
[Foundation.Export("reshapeWithDimensionCount:dimensionSizes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Reshape(UIntPtr numberOfDimensions, IntPtr dimensionSizes);
[<Foundation.Export("reshapeWithDimensionCount:dimensionSizes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Reshape : unativeint * nativeint -> unit
override this.Reshape : unativeint * nativeint -> unit
Parameters
- numberOfDimensions
-
UIntPtr
unativeint
- dimensionSizes
-
IntPtr
nativeint
- Attributes