Remove redundant "and"

PiperOrigin-RevId: 292248628
Change-Id: I35fcc9ad6dc184019acd77034914ddfe4fad975b
This commit is contained in:
A. Unique TensorFlower 2020-01-29 17:03:48 -08:00 committed by TensorFlower Gardener
parent 95d5147c23
commit 6e681d1a73

View File

@ -966,7 +966,7 @@ DotGeneral performs the sum of products over contracting dimensions specified
in 'dimension_numbers'.
Associated contracting dimension numbers from the 'lhs' and 'rhs' do not need
to be the same and but must have the same dimension sizes.
to be the same but must have the same dimension sizes.
Example with contracting dimension numbers: