We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b100ae + b5282d7 commit e4924b9Copy full SHA for e4924b9
doc/maths.md
@@ -1049,7 +1049,6 @@ depends on the sizes of the tensors.
1049
- 1D and 1D: Returns the dot product between the two tensors (scalar).
1050
- 2D and 1D: Returns the matrix-vector operation between the two tensors (1D tensor).
1051
- 2D and 2D: Returns the matrix-matrix operation between the two tensors (2D tensor).
1052
- - 4D and 2D: Returns a tensor product (2D tensor).
1053
1054
Sizes must be relevant for the corresponding operation.
1055
0 commit comments