Share via


MLCFullyConnectedLayer.Create Method

Definition

[Foundation.Export("layerWithWeights:biases:descriptor:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCFullyConnectedLayer? Create(MLCompute.MLCTensor weights, MLCompute.MLCTensor? biases, MLCompute.MLCConvolutionDescriptor descriptor);
[<Foundation.Export("layerWithWeights:biases:descriptor:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MLCompute.MLCTensor * MLCompute.MLCTensor * MLCompute.MLCConvolutionDescriptor -> MLCompute.MLCFullyConnectedLayer

Parameters

weights
MLCTensor
biases
MLCTensor

Returns

Attributes

Applies to