提交 d9da583b authored 作者: James Bergstra's avatar James Bergstra

typo in docstring

上级 2f5e0263
...@@ -282,7 +282,7 @@ class ShapeOptimizer(Optimizer): ...@@ -282,7 +282,7 @@ class ShapeOptimizer(Optimizer):
input_shapes=((x0,x1), (y0,y1)) and return ((x0, y1),). input_shapes=((x0,x1), (y0,y1)) and return ((x0, y1),).
Infering the shape of internal nodes in the graph is important for doing size-driven Inferring the shape of internal nodes in the graph is important for doing size-driven
optimizations. If we know how big various intermediate results will be, we can estimate optimizations. If we know how big various intermediate results will be, we can estimate
the cost of many Ops accurately, and generate c-code that is specific [e.g. unrolled] to the cost of many Ops accurately, and generate c-code that is specific [e.g. unrolled] to
particular sizes. particular sizes.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论