mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 11:29:43 +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
|
where
|
||||||
dx = reshape (sum gx rx) sx
|
dx = reshape (sum gx rx) sx
|
||||||
dy = reshape (sum gy ry) sy
|
dy = reshape (sum gy ry) sy
|
||||||
sx = shape x -- (x :: Tensor Build t)
|
sx = shape x
|
||||||
sy = shape y -- (y :: Tensor Build t)
|
sy = shape y
|
||||||
(rx, ry) = broadcastGradientArgs sx sy
|
(rx, ry) = broadcastGradientArgs sx sy
|
||||||
|
|
||||||
-- | The gradient function for an op type.
|
-- | The gradient function for an op type.
|
||||||
|
|
Loading…
Reference in a new issue