File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -677,7 +677,6 @@ def __init__(
677
677
typeConstructor : Optional [TensorConstructorType ] = None ,
678
678
truncate_gradient : int = - 1 ,
679
679
name : Optional [str ] = None ,
680
- as_while : bool = False ,
681
680
profile : Optional [Union [str , bool ]] = None ,
682
681
allow_gc : bool = True ,
683
682
strict : bool = True ,
@@ -1186,7 +1185,7 @@ def make_node(self, *inputs):
1186
1185
# these are states that do not feed anything back in the recurrent
1187
1186
# computation, and hence they do not have an initial state. The scan
1188
1187
# node however receives an input for each such argument, the input
1189
- # in this case is just a int saying how many steps of this output we
1188
+ # in this case is just an int saying how many steps of this output we
1190
1189
# need to store. This input does not have the same dtype, nor is it the same
1191
1190
# type of tensor as the output, it is always a scalar int.
1192
1191
new_inputs += [as_tensor_variable (ons ) for ons in self .outer_nitsot (inputs )]
You can’t perform that action at this time.
0 commit comments