Skip to content

Commit

Permalink
Remove unused codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdx1989 committed Mar 1, 2024
1 parent b912f5a commit 13cebe8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dicp/dicp/vendor/TopsGraph/opset_transform.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import os
import torch
import torch.fx

from typing import List, Optional, Tuple
from dicp.vendor.TopsGraph.conversion import AtenToTopsTransformer
from dicp.dynamo_bridge.compile_fx import is_torch_210
from torch.fx.passes.shape_prop import _extract_tensor_metadata, TensorMetadata
from torch._subclasses import FakeTensor, FakeTensorMode

if is_torch_210:
from dicp.dynamo_bridge.op_transformer import BackendPatternMatcherTransformer
Expand Down

0 comments on commit 13cebe8

Please sign in to comment.