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

Commit 0f55220

Browse files
ksasirxwei
andauthored
Update Sources/TensorFlow/Core/Tensor.swift
Co-Authored-By: Richard Wei <[email protected]>
1 parent b31ee72 commit 0f55220

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
@@ -26,7 +26,7 @@ public protocol AnyTensor {
2626
/// A multidimensional array of elements that is a generalization of
2727
/// vectors and matrices to potentially higher dimensions.
2828
///
29-
/// An associated data-type describes the format of each element in the
29+
/// The generic parameter `Scalar` describes the type of scalars in the tensor.
3030
/// tensor (such as an integer, a floating point number or something else,
3131
/// etc.).
3232
@frozen

0 commit comments

Comments
 (0)