Home
last modified time | relevance | path

Searched refs:imported_scipy (Results 1 – 7 of 7) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/tensor/tests/
H A Dtest_slinalg.py28 imported_scipy = True variable
31 imported_scipy = False variable
51 if not imported_scipy:
76 if not imported_scipy:
90 if not imported_scipy:
109 if not imported_scipy:
124 if not imported_scipy:
147 if not imported_scipy:
174 if not imported_scipy:
314 if not imported_scipy:
[all …]
/dports/math/py-theano/Theano-1.0.5/theano/sparse/
H A Dtype.py5 imported_scipy = True variable
7 imported_scipy = False variable
52 if imported_scipy:
66 if not imported_scipy:
/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Dslinalg.py10 imported_scipy = True variable
13 imported_scipy = False variable
66 assert imported_scipy, (
229 assert imported_scipy, (
348 assert imported_scipy, (
413 assert imported_scipy, (
496 assert imported_scipy, (
527 assert imported_scipy, (
/dports/math/py-theano/Theano-1.0.5/theano/sandbox/linalg/tests/
H A Dtest_linalg.py21 imported_scipy,
137 if not imported_scipy:
160 if not imported_scipy:
/dports/math/py-theano/Theano-1.0.5/theano/sandbox/linalg/
H A Dops.py28 imported_scipy)
249 if not imported_scipy:
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_linalg.py20 from theano.tensor.slinalg import Cholesky, cholesky, imported_scipy
191 if not imported_scipy:
283 if not imported_scipy:
H A Dtest_opt.py653 if not cusolver_available or not slinalg.imported_scipy:
671 if not cusolver_available or not slinalg.imported_scipy:
689 if not cusolver_available or not slinalg.imported_scipy:
707 if not cusolver_available or not slinalg.imported_scipy: