MPSCnnConvolutionDataSource_Extensions.Update 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
Update(IMPSCnnConvolutionDataSource, MPSCnnConvolutionGradientState, MPSCnnConvolutionWeightsAndBiasesState)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 4, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool Update (this MetalPerformanceShaders.IMPSCnnConvolutionDataSource This, MetalPerformanceShaders.MPSCnnConvolutionGradientState gradientState, MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState sourceState);
static member Update : MetalPerformanceShaders.IMPSCnnConvolutionDataSource * MetalPerformanceShaders.MPSCnnConvolutionGradientState * MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState -> bool
Parameters
- gradientState
- MPSCnnConvolutionGradientState
- sourceState
- MPSCnnConvolutionWeightsAndBiasesState
Returns
- Attributes
Applies to
Update(IMPSCnnConvolutionDataSource, IMTLCommandBuffer, MPSCnnConvolutionGradientState, MPSCnnConvolutionWeightsAndBiasesState)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 4, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public static MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState Update (this MetalPerformanceShaders.IMPSCnnConvolutionDataSource This, Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSCnnConvolutionGradientState gradientState, MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState sourceState);
static member Update : MetalPerformanceShaders.IMPSCnnConvolutionDataSource * Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSCnnConvolutionGradientState * MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
Parameters
- commandBuffer
- IMTLCommandBuffer
- gradientState
- MPSCnnConvolutionGradientState
- sourceState
- MPSCnnConvolutionWeightsAndBiasesState
Returns
- Attributes