提交 2f5e0263 authored 作者: James Bergstra's avatar James Bergstra

typo in docstring

上级 5e19f60b
...@@ -282,8 +282,6 @@ class ShapeOptimizer(Optimizer): ...@@ -282,8 +282,6 @@ class ShapeOptimizer(Optimizer):
input_shapes=((x0,x1), (y0,y1)) and return ((x0, y1),). input_shapes=((x0,x1), (y0,y1)) and return ((x0, y1),).
infer_sha
Infering the shape of internal nodes in the graph is important for doing size-driven Infering 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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论