• Brandon T. Willard's avatar
    Add basic Subtensor support for Numba · 7b311b65
    Brandon T. Willard 提交于
    `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).
    7b311b65
名称
最后提交
最后更新
..
c 正在载入提交数据...
test_jax.py 正在载入提交数据...
test_link.py 正在载入提交数据...
test_numba.py 正在载入提交数据...
test_vm.py 正在载入提交数据...