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

Commit 9aa2a66

Browse files
Sasikanth KottiSasikanth Kotti
authored andcommitted
Updated with changes
1 parent 044d538 commit 9aa2a66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Sources/TensorFlow/Core/Tensor.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ 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
30-
/// tensor (such as integer, a floating point number or something else,
31-
/// etc.).
29+
/// The generic parameter `Scalar` describes the type of scalars in
30+
/// the tensor (such as `Int32`, `Float`, etc).
3231
@frozen
3332
public struct Tensor<Scalar: TensorFlowScalar>: TensorProtocol {
3433
/// The underlying `TensorHandle`.

0 commit comments

Comments
 (0)