提交 c5412870 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Fixed typo in doc

上级 1574ca80
...@@ -138,7 +138,7 @@ following methods: ...@@ -138,7 +138,7 @@ following methods:
other criterion C with respect to the Op's input. other criterion C with respect to the Op's input.
If the outputs of your op are :math:`[ f_1, ... f_n]`, then If the outputs of your op are :math:`[ f_1, ... f_n]`, then
``output_derivatives`` gives ``output_gradients`` is
:math:`[ grad_{f_1}(C), grad_{f_2}(C), ... , grad_{f_n}(C) ]`. :math:`[ grad_{f_1}(C), grad_{f_2}(C), ... , grad_{f_n}(C) ]`.
If the inputs of your op are :math:`[x_1, ..., x_m]`, then your Op.grad If the inputs of your op are :math:`[x_1, ..., x_m]`, then your Op.grad
should return :math:`[ grad_{x_1}(C), grad_{x_2}(C), ..., grad_{x_m}(C) ]`, should return :math:`[ grad_{x_1}(C), grad_{x_2}(C), ..., grad_{x_m}(C) ]`,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论