Contents

-(_:_:)

Computes element-wise subtraction.

Declaration

static func - (lhs: MLTensor, rhs: MLTensor) -> MLTensor

Discussion

Shapes must be broadcastable, where the broadcasted shape becomes the shape of the output.

See Also

Performing arithmetic operations