Home
last modified time | relevance | path

Searched refs:_is_dense (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/sparse/
H A Dopt.py16 _is_dense = sparse._is_dense variable
268 assert _is_dense(out[0]) # scipy 0.7 automatically converts to dense
469 assert _is_dense(out[0])
H A Dbasic.py79 def _is_dense(x): function
861 if _is_dense(x):
868 assert _is_dense(out[0])
2052 assert _is_dense(y)
2275 assert _is_sparse(x) and _is_dense(y)
2545 assert _is_dense(y)
3511 assert _is_dense(variable) # scipy 0.7 automatically converts to dense
/dports/math/py-theano/Theano-1.0.5/theano/sparse/tests/
H A Dtest_basic.py27 from theano.sparse.basic import _is_dense, _is_sparse, _mtypes
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/
H A DCHANGES.md3871 * _RangeImage_ now has _is_dense=false_, since there typically are NANs in there.