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

typo in docstring

上级 5e19f60b
...@@ -281,8 +281,6 @@ class ShapeOptimizer(Optimizer): ...@@ -281,8 +281,6 @@ class ShapeOptimizer(Optimizer):
For example the infer_shape for a matrix-matrix product would accept For example the infer_shape for a matrix-matrix product would accept
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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论