Add logspace test modules (#72052)

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/72052

Test Plan: tofu_demands_tests

Reviewed By: cccclai

Differential Revision: D33885099

fbshipit-source-id: 53eb12c6f4416d35f118a1357b714fec16d74157
(cherry picked from commit 2608cd937975f938c6bbc9ac5b5f9bf197ff1b95)
This commit is contained in:
Tugsbayasgalan (Tugsuu) Manlaibaatar
2022-02-01 10:36:48 -08:00
committed by PyTorch MergeBot
parent 7e8217549f
commit e305248a33
4 changed files with 18 additions and 0 deletions

View File

@ -92,6 +92,8 @@ ALL_MODULES = {
TestVersionedDivTensorExampleV7(): "aten::div.Tensor",
TestVersionedLinspaceV7(): "aten::linspace",
TestVersionedLinspaceOutV7(): "aten::linspace.out",
TestVersionedLogspaceV8(): "aten::logspace",
TestVersionedLogspaceOutV8(): "aten::logspace.out",
}
"""