Share via


MLCTrainingGraph.GetResultGradientTensors(MLCLayer) Method

Definition

[Foundation.Export("resultGradientTensorsForLayer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MLCompute.MLCTensor[] GetResultGradientTensors(MLCompute.MLCLayer layer);
[<Foundation.Export("resultGradientTensorsForLayer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetResultGradientTensors : MLCompute.MLCLayer -> MLCompute.MLCTensor[]
override this.GetResultGradientTensors : MLCompute.MLCLayer -> MLCompute.MLCTensor[]

Parameters

layer
MLCLayer

Returns

Attributes

Applies to