• ricardoV94's avatar
    Raise NotImplementedError for boolean scalar indexing · f0244adf
    ricardoV94 提交于
    This is a special-edge case that behaves differently than other boolean indexing. It adds a new dimension (either empty or with one entry). The logic in `make_node` and `infer_shape` don't handle this.
    f0244adf
test_subtensor.py 100.6 KB