mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
Delete inaccurate comments
This commit is contained in:
parent
bebc4aa7d9
commit
cac45d1cd6
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue