Contents

init(weights:biases:descriptor:)

Creates a fully connected layer with the weights, biases, and convolution descriptor you specify.

Declaration

convenience init?(weights: MLCTensor, biases: MLCTensor?, descriptor: MLCConvolutionDescriptor)

Parameters

  • weights:

    The weights tensor.

  • biases:

    The biases tensor.

  • descriptor:

    An object you use to configure the fully connected layer.

See Also

Creating Fully Connected Layers