提交 3d0f4da6 authored 作者: carriepl's avatar carriepl

Add info on PushOutSeqScan

上级 f1d2195b
...@@ -178,8 +178,8 @@ the inner function, the computation that only relies on sequence and ...@@ -178,8 +178,8 @@ the inner function, the computation that only relies on sequence and
non-sequence inputs. The idea behing this optimization is that, when it is non-sequence inputs. The idea behing this optimization is that, when it is
possible to do so, it is generally more computationnaly efficient to perform possible to do so, it is generally more computationnaly efficient to perform
a single operation on a large tensor rather then perform that same operation a single operation on a large tensor rather then perform that same operation
many times on many smaller tensors. However, this optimization can lead to many times on many smaller tensors. In many cases, this optimization can
increased memory usage. increase memory usage but, in some specific cases, it can also decrease it.
PushOutScanOutput PushOutScanOutput
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论