提交 667f8979 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fixes in doc

上级 69e23761
...@@ -241,9 +241,9 @@ the output shape was computed correctly, or if some shapes with the ...@@ -241,9 +241,9 @@ the output shape was computed correctly, or if some shapes with the
same value have been mixed up. For instance, if the infer_shape uses same value have been mixed up. For instance, if the infer_shape uses
the width of a matrix instead of its height, then testing with only the width of a matrix instead of its height, then testing with only
square matrices will not detect the problem. This is why the square matrices will not detect the problem. This is why the
``self._compile_and_check`` method print a warning in such a case. If ``self._compile_and_check`` method prints a warning in such a case. If
your op work only in such case, you can diable the warning with the your op works only with such matrices, you can disable the warning with the
warn=True parameter. ``warn=False`` parameter.
.. code-block:: python .. code-block:: python
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论