Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit a2e3f9e

Browse files
authored
Rename "pointwise" to "element-wise" for consistency. (#300)
1 parent 0e60587 commit a2e3f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TensorFlow/Core/Tensor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ extension Tensor: PointwiseMultiplicative where Scalar: Numeric {
560560
@inlinable
561561
public static var one: Tensor { Tensor(1) }
562562

563-
/// Returns the pointwise reciprocal of `self`.
563+
/// Returns the element-wise reciprocal of `self`.
564564
@inlinable
565565
public var reciprocal: Tensor { 1 / self }
566566

0 commit comments

Comments
 (0)