You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# taking on a range of ``[2, inf]`` (why not ``[0, inf]`` or ``[1, inf]``? we'll explain later in the
365
366
# 0/1 specialization section).
366
367
#
@@ -523,6 +524,7 @@ def forward(self, w, x, y, z):
523
524
# Additionally, you might ask why we traced only the ``if`` branch, and if it's possible to maintain control-flow in your program and keep both branches
524
525
# alive. For that, refer to rewriting your model code following the ``Control Flow Ops`` section above.
0 commit comments