提交 007fe44c authored 作者: Hengjean's avatar Hengjean

Corrected spelling mistakes.

上级 57cc392b
...@@ -130,7 +130,7 @@ associated to the Variable is ``py_<name>``. ...@@ -130,7 +130,7 @@ associated to the Variable is ``py_<name>``.
suitable for use in certain situations. For instance, ``sub['fail']`` suitable for use in certain situations. For instance, ``sub['fail']``
contains code that should be inserted wherever an error is identified. contains code that should be inserted wherever an error is identified.
``c_declare`` and ``c_extract`` also takes a third ``check_input`` ``c_declare`` and ``c_extract`` also accept a third ``check_input``
optional argument. If you want your type to validate its inputs, it must optional argument. If you want your type to validate its inputs, it must
do it only when ``check_input`` is True. do it only when ``check_input`` is True.
......
...@@ -135,7 +135,7 @@ string representation of your op. ...@@ -135,7 +135,7 @@ string representation of your op.
The :func:`R_op` method is needed if you want ``theano.tensor.Rop`` to The :func:`R_op` method is needed if you want ``theano.tensor.Rop`` to
work with your op. work with your op.
The optionnal boolean :func:'check_input' attribute is used to specify if you want the types used in The optional boolean :func:'check_input' attribute is used to specify if you want the types used in
your op to check their inputs in their c_code. It can be used to speed up compilation and reduce the your op to check their inputs in their c_code. It can be used to speed up compilation and reduce the
number of generated c_file. number of generated c_file.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论