init(operation:)
Creates a softmax layer with the operation you specify.
Declaration
convenience init(operation: MLCSoftmaxOperation)Parameters
- operation:
The softmax operation.
Creates a softmax layer with the operation you specify.
convenience init(operation: MLCSoftmaxOperation)The softmax operation.