提交 ff90aba3 authored 作者: Nicolas Ballas's avatar Nicolas Ballas

remove space

上级 f984bccd
...@@ -137,7 +137,7 @@ An op has to implement some methods defined in the the interface of ...@@ -137,7 +137,7 @@ An op has to implement some methods defined in the the interface of
dtype, but can have the wrong shape and have any stride pattern. dtype, but can have the wrong shape and have any stride pattern.
:func:`perform` method must be determined by the inputs. That is to say, :func:`perform` method must be determined by the inputs. That is to say,
when applied to similar inputs the method must return the same outputs. when applied to identical inputs the method must return the same outputs.
:class:`gof.Op` allows some other way to define the op implentation. :class:`gof.Op` allows some other way to define the op implentation.
For instance, it is possible to define :meth:`Op.c_code` to provide a For instance, it is possible to define :meth:`Op.c_code` to provide a
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论