You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add converter for index.Tensor_hacked_twin -> tcp.gather &
tcp.broadcast
* Remove the `tcp.custom_op` variants of `Tensor_hacked_twin`
* The Tcp variants do not have full coverage of the PyTorch, but we
should seek to expand the coverage of our converters
* Fix tcp.const when it is a dense resource of ints to cast the value
* Add verifier for `tcp.gather` and `tcp.const` to ensure that is used
correctly
// there is a strange pattern that is being generated when selecting one axis. It seems that it uses the Tensor_hacked_twin to select along all axis, but uses
79
+
// arange to select all of the
80
+
%none = torch.constant.none
81
+
%int0 = torch.constant.int0
82
+
%int1 = torch.constant.int1
83
+
%int4 = torch.constant.int4// this is a dtype on arange....
0 commit comments