mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
[test][functorch] fix function name in factory_fns (#112315)
This PR fixes incorrect function name in `factory_fns` Pull Request resolved: https://github.com/pytorch/pytorch/pull/112315 Approved by: https://github.com/zou3519
This commit is contained in:
parent
31c0ef934b
commit
ac71fea1a8
|
|
@ -178,7 +178,7 @@ def get_ops_covered_by_opinfos():
|
|||
factory_fns = {
|
||||
'tensor', 'zeros', 'ones', 'randn', 'arange', 'rand', 'empty', 'randperm',
|
||||
'linspace', 'logspace', 'hann_window', 'full', 'eye', 'blackman_window',
|
||||
'barlett_window', 'randint', 'range',
|
||||
'bartlett_window', 'randint', 'range',
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user