Skip to content

Commit e4924b9

Browse files
committed
Merge pull request torch#386 from davidsaxton/master
Doc: remove line saying that 4Dx2D tensor multiplication is supported.
2 parents 4b100ae + b5282d7 commit e4924b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/maths.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,6 @@ depends on the sizes of the tensors.
10491049
- 1D and 1D: Returns the dot product between the two tensors (scalar).
10501050
- 2D and 1D: Returns the matrix-vector operation between the two tensors (1D tensor).
10511051
- 2D and 2D: Returns the matrix-matrix operation between the two tensors (2D tensor).
1052-
- 4D and 2D: Returns a tensor product (2D tensor).
10531052

10541053
Sizes must be relevant for the corresponding operation.
10551054

0 commit comments

Comments
 (0)