Fix lint failure

pull/3878/head
Vivek Khandelwal 2024-11-15 11:23:21 +00:00
parent 0be15605de
commit 1910170a04
1 changed files with 1 additions and 0 deletions

View File

@ -5283,6 +5283,7 @@ class ElementwiseSpecialExpm1IntModule(torch.nn.Module):
def ElementwiseSpecialExpm1IntModule_basic(module, tu: TestUtils): def ElementwiseSpecialExpm1IntModule_basic(module, tu: TestUtils):
module.forward(tu.randint(3, 4, low=1, high=10).to(torch.int32)) module.forward(tu.randint(3, 4, low=1, high=10).to(torch.int32))
# ============================================================================== # ==============================================================================