提交 dee152ce authored 作者: Rémi Louf's avatar Rémi Louf 提交者: Brandon T. Willard

Make scan support n_steps = 0 and empty input sequences

上级 f63d372d
...@@ -888,6 +888,7 @@ def scan( ...@@ -888,6 +888,7 @@ def scan(
n_shared_outs += 1 n_shared_outs += 1
n_sit_sot = len(sit_sot_inner_inputs) n_sit_sot = len(sit_sot_inner_inputs)
# Step 5.4 Outputs with no taps used in the input # Step 5.4 Outputs with no taps used in the input
n_nit_sot = 0 n_nit_sot = 0
nit_sot_inner_outputs = [] nit_sot_inner_outputs = []
......
This source diff could not be displayed because it is too large. You can view the blob instead.
差异被折叠。
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论