• Ricardo Vieira's avatar
    Implement JAX dot with sparse constants · 3b425ec7
    Ricardo Vieira 提交于
    Non-constant sparse inputs can't be handled because JAX does not allow Scipy sparse matrices as inputs. We could implement a BCOO type explicitly but this would be JAX exclusive, and the user would need to use it from the get go, meaning such graphs would not be compatible with other backends.
    3b425ec7
名称
最后提交
最后更新
..
test_basic.py 正在载入提交数据...
test_elemwise.py 正在载入提交数据...
test_extra_ops.py 正在载入提交数据...
test_nlinalg.py 正在载入提交数据...
test_random.py 正在载入提交数据...
test_scalar.py 正在载入提交数据...
test_scan.py 正在载入提交数据...
test_shape.py 正在载入提交数据...
test_slinalg.py 正在载入提交数据...
test_sparse.py 正在载入提交数据...
test_subtensor.py 正在载入提交数据...
test_tensor_basic.py 正在载入提交数据...