Add basic Subtensor support for Numba
`AdvancedSubtensor` will call out to Python (i.e. Numba's object mode), because
that's not currently supported in nopython mode. This causes problems with
indices that contain slices, because Numba has its own internal representation
of slices and no unboxing for that (i.e. conversion back to Python).
正在显示
请
注册
或者
登录
后发表评论