Contents

init(descriptor:)

Creates a matrix multiplication layer with the specified descriptor you specify.

Declaration

convenience init?(descriptor: MLCMatMulDescriptor)

Parameters

  • descriptor:

    An object you use to configure the matrix multiplication layer.

See Also

Creating Matrix Multiplication Layers