• Ricardo Vieira's avatar
    Support more cases of multi-dimensional advanced indexing and updating in Numba · 6a19a378
    Ricardo Vieira 提交于
    Extends pre-existing rewrite to ravel multiple integer indices, and to place them consecutively. The following cases should now be supported without object mode:
    * Advanced integer indexing (not mixed with basic or boolean indexing) that do not require broadcasting of indices
    * Consecutive advanced integer indexing updating (set/inc) (not mixed with basic or boolean indexing) that do not require broadcasting of indices or y.
    6a19a378
名称
最后提交
最后更新
..
__init__.py 正在载入提交数据...
test_basic.py 正在载入提交数据...
test_blockwise.py 正在载入提交数据...
test_cython_support.py 正在载入提交数据...
test_elemwise.py 正在载入提交数据...
test_extra_ops.py 正在载入提交数据...
test_nlinalg.py 正在载入提交数据...
test_pad.py 正在载入提交数据...
test_performance.py 正在载入提交数据...
test_random.py 正在载入提交数据...
test_scalar.py 正在载入提交数据...
test_scan.py 正在载入提交数据...
test_slinalg.py 正在载入提交数据...
test_sparse.py 正在载入提交数据...
test_subtensor.py 正在载入提交数据...
test_tensor_basic.py 正在载入提交数据...