提交 8ff2fb82 authored 作者: David Warde-Farley's avatar David Warde-Farley

Whitespace fix prior to meaningful commit.

上级 3930793b
...@@ -57,7 +57,7 @@ There are less methods to define for an Op than for a Type: ...@@ -57,7 +57,7 @@ There are less methods to define for an Op than for a Type:
.. method:: infer_shape(node, (i0_shapes,i1_shapes,...)) .. method:: infer_shape(node, (i0_shapes,i1_shapes,...))
Allow optimization to lift the Shape op over this op. Allow optimization to lift the Shape op over this op.
Example of why this is good is that we compute an op only to take its shape, Example of why this is good is that we compute an op only to take its shape,
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.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论