Skip to content

Commit 1fafdda

Browse files
committed
added to aliases
1 parent 1233b7b commit 1fafdda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

array_api_compat/torch/_aliases.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -851,9 +851,9 @@ def meshgrid(*arrays: Array, indexing: Literal['xy', 'ij'] = 'xy') -> list[Array
851851
'equal', 'floor_divide', 'greater', 'greater_equal', 'hypot',
852852
'less', 'less_equal', 'logaddexp', 'maximum', 'minimum',
853853
'multiply', 'not_equal', 'pow', 'remainder', 'subtract', 'max',
854-
'min', 'clip', 'unstack', 'cumulative_sum', 'cumulative_prod', 'sort', 'prod', 'sum',
855-
'any', 'all', 'mean', 'std', 'var', 'concat', 'squeeze',
856-
'broadcast_to', 'flip', 'roll', 'nonzero', 'where', 'reshape',
854+
'min', 'clip', 'unstack', 'cumulative_sum', 'cumulative_prod', 'sort',
855+
'argsort', 'prod', 'sum', 'any', 'all', 'mean', 'std', 'var', 'concat',
856+
'squeeze', 'broadcast_to', 'flip', 'roll', 'nonzero', 'where', 'reshape',
857857
'arange', 'eye', 'linspace', 'full', 'ones', 'zeros', 'empty',
858858
'tril', 'triu', 'expand_dims', 'astype', 'broadcast_arrays',
859859
'UniqueAllResult', 'UniqueCountsResult', 'UniqueInverseResult',

0 commit comments

Comments
 (0)