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

Commit b0932a1

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

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
@@ -27,7 +27,7 @@ public protocol AnyTensor {
2727
/// vectors and matrices to potentially higher dimensions.
2828
///
2929
/// The generic parameter `Scalar` describes the type of scalars in the tensor.
30-
/// tensor (such as an integer, a floating point number or something else,
30+
/// tensor (such as `Int32`, `Float`, etc).
3131
/// etc.).
3232
@frozen
3333
public struct Tensor<Scalar: TensorFlowScalar>: TensorProtocol {

0 commit comments

Comments
 (0)