# Owner(s): ["module: optimizer"]
from optim.test_optim import TestOptim, TestDifferentiableOptimizer  # noqa: F401
from optim.test_lrscheduler import TestLRScheduler  # noqa: F401
from optim.test_swa_utils import TestSWAUtils  # noqa: F401

import torch
import torch_npu
import torch_npu.testing
from torch.testing._internal.common_utils import run_tests


if __name__ == '__main__':
    run_tests()