Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update utility.py
  • Loading branch information
violetch24 authored Jun 13, 2024
commit ae8eaf67ecb60b70971aa6757ed4084e432a9d4e
1 change: 1 addition & 0 deletions neural_compressor/torch/algorithms/static_quant/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"<class 'torch.nn.modules.conv.Conv2d'>": "Conv2d",
"<class 'torch.nn.modules.conv.Conv3d'>": "Conv3d",
"<class 'torch.nn.modules.activation.ReLU'>": "ReLU",
"<class 'torch.nn.modules.sparse.EmbeddingBag'>": "EmbeddingBag",
"<method 'add' of 'torch._C._TensorBase' objects>": "add", # for IPEX < 2.2
"<method 'add' of 'torch._C.TensorBase' objects>": "add", # for IPEX >= 2.2
"<class 'torch.nn.modules.pooling.AdaptiveAvgPool2d'>": "AdaptiveAvgPool2d",
Expand Down