Share via


MLCGraph.GetSourceTensors(MLCLayer) Method

Definition

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

Parameters

layer
MLCLayer

Returns

Attributes

Applies to