Delete inaccurate comments

This commit is contained in:
fkm3 2017-07-25 00:15:04 -04:00
parent bebc4aa7d9
commit cac45d1cd6
1 changed files with 2 additions and 2 deletions

View File

@ -444,8 +444,8 @@ gradForBinaryCwise (x, gx) (y, gy) =
where
dx = reshape (sum gx rx) sx
dy = reshape (sum gy ry) sy
sx = shape x -- (x :: Tensor Build t)
sy = shape y -- (y :: Tensor Build t)
sx = shape x
sy = shape y
(rx, ry) = broadcastGradientArgs sx sy
-- | The gradient function for an op type.