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 2d65f39 commit b3aaf87Copy full SHA for b3aaf87
array_api_compat/torch/_aliases.py
@@ -690,7 +690,7 @@ def take(x: array, indices: array, /, *, axis: int, **kwargs) -> array:
690
'floor_divide', 'greater', 'greater_equal', 'less', 'less_equal',
691
'logaddexp', 'multiply', 'not_equal', 'pow', 'remainder',
692
'subtract', 'max', 'min', 'sort', 'prod', 'sum', 'any', 'all',
693
- 'mean', 'std', 'var', 'concat', 'squeeze', 'broadcast_to', ''flip', 'roll',
+ 'mean', 'std', 'var', 'concat', 'squeeze', 'broadcast_to', 'flip', 'roll',
694
'nonzero', 'where', 'reshape', 'arange', 'eye', 'linspace', 'full',
695
'ones', 'zeros', 'empty', 'tril', 'triu', 'expand_dims', 'astype',
696
'broadcast_arrays', 'unique_all', 'unique_counts',
0 commit comments