We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7616a74 commit 504e5cdCopy full SHA for 504e5cd
torch/_dynamo/variables/torch.py
@@ -205,7 +205,6 @@ def call_function(
205
206
constant_args = check_constant_args(args, kwargs)
207
unspec_python_args = check_unspec_python_args(args, kwargs)
208
- constant_args = True
209
options = VariableTracker.propagate(self, args, kwargs.values())
210
211
if self.value in config.constant_functions:
0 commit comments