Share via


MLCGraph.GetResultTensors(MLCLayer) Method

Definition

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

Parameters

layer
MLCLayer

Returns

Attributes

Applies to