Unverified 提交 7278da49 authored 作者: jguerra-astro's avatar jguerra-astro 提交者: GitHub

Fix a typo in the extending Aesara tutorial

上级 7c32fc48
......@@ -514,7 +514,7 @@ and ``b`` are equal.
return i0_shapes
def grad(self, inputs, output_grads):
return [a * output_grads[0] + b]
return [self.a * output_grads[0]]
The use of :attr:`__props__` saves
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论