mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
7e8217549f
commit
e305248a33
@ -92,6 +92,8 @@ ALL_MODULES = {
|
||||
TestVersionedDivTensorExampleV7(): "aten::div.Tensor",
|
||||
TestVersionedLinspaceV7(): "aten::linspace",
|
||||
TestVersionedLinspaceOutV7(): "aten::linspace.out",
|
||||
TestVersionedLogspaceV8(): "aten::logspace",
|
||||
TestVersionedLogspaceOutV8(): "aten::logspace.out",
|
||||
}
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user