提交 e56b23bb authored 作者: Jason Yosinski's avatar Jason Yosinski

minor

上级 36694a6d
...@@ -27,7 +27,7 @@ More precisely, if *A* is a tensor you want to compute ...@@ -27,7 +27,7 @@ More precisely, if *A* is a tensor you want to compute
for i in xrange(k): for i in xrange(k):
result = result * A result = result * A
There are three thing here that we need to handle: the initial value There are three things here that we need to handle: the initial value
assigned to ``result``, the accumulation of results in ``result``, and assigned to ``result``, the accumulation of results in ``result``, and
the unchanging variable ``A``. Unchanging variables are passed to scan as the unchanging variable ``A``. Unchanging variables are passed to scan as
``non_sequences``. Initialization occurs in ``outputs_info``, and the accumulation ``non_sequences``. Initialization occurs in ``outputs_info``, and the accumulation
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论