提交 9d8c27b2 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixed some parentheses in the documentation of infer_shape

上级 c981568e
......@@ -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.
must return a tuple with one tuple with the shape of each output.
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
away from it. As was the case with Type, ``sub['fail']`` provides
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论