다음을 통해 공유


MPSNNReshape 생성자

정의

오버로드

MPSNNReshape(NSCoder)
MPSNNReshape(NSObjectFlag)
MPSNNReshape(IMTLDevice)
MPSNNReshape(IntPtr)
MPSNNReshape(NSCoder, IMTLDevice)

MPSNNReshape(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReshape (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSNNReshape : Foundation.NSCoder -> MetalPerformanceShaders.MPSNNReshape

매개 변수

coder
NSCoder
특성

적용 대상

MPSNNReshape(NSObjectFlag)

protected MPSNNReshape (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNReshape : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNReshape

매개 변수

적용 대상

MPSNNReshape(IMTLDevice)

[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReshape (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSNNReshape : Metal.IMTLDevice -> MetalPerformanceShaders.MPSNNReshape

매개 변수

device
IMTLDevice
특성

적용 대상

MPSNNReshape(IntPtr)

protected internal MPSNNReshape (IntPtr handle);
new MetalPerformanceShaders.MPSNNReshape : nativeint -> MetalPerformanceShaders.MPSNNReshape

매개 변수

handle
IntPtr

nativeint

적용 대상

MPSNNReshape(NSCoder, IMTLDevice)

[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReshape (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSNNReshape : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSNNReshape

매개 변수

decoder
NSCoder
device
IMTLDevice
특성

적용 대상