提交 e45087b7 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

merged in updates

...@@ -62,7 +62,7 @@ There are less methods to define for an Op than for a Type: ...@@ -62,7 +62,7 @@ There are less methods to define for an Op than for a Type:
we will be able to have the shape without its computation. we will be able to have the shape without its computation.
must return a tuple with one tuple with the shape of each output. must return a tuple with one tuple with the shape of each output.
Example of matrix-matrix product input_shapes will have as input Example of matrix-matrix product input_shapes will have as input
(node, (x0,x1), (y0,y1)) and should return ((x0, y1). (node, ((x0,x1), (y0,y1))) and should return ((x0, y1)).
The ``name`` argument is currently given an invalid value, so steer The ``name`` argument is currently given an invalid value, so steer
away from it. As was the case with Type, ``sub['fail']`` provides away from it. As was the case with Type, ``sub['fail']`` provides
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论