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

Commit b31ee72

Browse files
ksasiShashi456
andauthored
Update Sources/TensorFlow/Core/Tensor.swift
Co-Authored-By: Pawan Sasanka Ammanamanchi <[email protected]>
1 parent 044d538 commit b31ee72

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
/// An associated data-type describes the format of each element in the
30-
/// tensor (such as integer, a floating point number or something else,
30+
/// tensor (such as an integer, a floating point number or something else,
3131
/// etc.).
3232
@frozen
3333
public struct Tensor<Scalar: TensorFlowScalar>: TensorProtocol {

0 commit comments

Comments
 (0)