Skip to content

Commit

Permalink
Update PyTorch script
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Feb 2, 2024
1 parent a7f8575 commit 3d0e2fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/pytorch_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def _check_types(types, schemas):
types.pop('aten::fft')
types.pop('aten::mul.ScalarT')
types.pop('aten::classes._nnapi.Compilation')
types.pop('aten::quantized_lstm_cell')
if len(types) > 0:
raise Exception('\n'.join(list(types.keys()))) # pylint: disable=broad-exception-raised

Expand Down

0 comments on commit 3d0e2fc

Please sign in to comment.