Skip to content

Commit

Permalink
Add uint16 to supported dtypes in exir/dialects
Browse files Browse the repository at this point in the history
Differential Revision: D67803963

Pull Request resolved: #7495
  • Loading branch information
tarun292 authored Jan 3, 2025
1 parent e66cdaf commit 9008017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exir/dialects/edge/dtype/supported.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
torch.float16: "Half",
torch.float: "Float",
torch.double: "Double",
torch.uint16: "UInt16",
}

regular_tensor_str_to_dtypes = {
Expand Down

0 comments on commit 9008017

Please sign in to comment.