Skip to content

Commit

Permalink
Update test/onnx/test_pytorch_onnx_no_runtime.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>
  • Loading branch information
atalman and Thiago Crepaldi committed Dec 7, 2022
1 parent b265e25 commit b54a7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/onnx/test_pytorch_onnx_no_runtime.py
Expand Up @@ -15,6 +15,7 @@
import torch
import torch.nn.functional as F
from torch import Tensor
import numpy as np
from torch.onnx import OperatorExportTypes, symbolic_helper, utils
from torch.onnx._globals import GLOBALS
from torch.onnx._internal import registration
Expand Down

0 comments on commit b54a7ab

Please sign in to comment.