Commit 1fa927b
Extend torch_to_executorch_scalar_type for uint16
Summary:
The aten_bridge didn't have a way to map a torch.Tensor of uint16 into
the Executorch Bits16 type.
Added this for both round-trips. This is likely only relevant for users of
the python bindings to Executorch.
Differential Revision: D656817311 parent ddc8ea6 commit 1fa927b
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| |||
0 commit comments