/(_:_:)
Computes element-wise division.
Declaration
static func / (lhs: MLTensor, rhs: MLTensor) -> MLTensorDiscussion
Shapes must be broadcastable, where the broadcasted shape becomes the shape of the output.
Computes element-wise division.
static func / (lhs: MLTensor, rhs: MLTensor) -> MLTensorShapes must be broadcastable, where the broadcasted shape becomes the shape of the output.