Home
last modified time | relevance | path

Searched refs:gpu_qr (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_linalg.py17 gpu_svd, gpu_qr)
527 fn = theano.function([A], gpu_qr(A, complete=complete),
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/
H A Dlinalg.py867 def gpu_qr(a, complete=True): function
H A Dopt.py87 GpuMagmaCholesky, gpu_qr, GpuMagmaEigh,
2702 out = gpu_qr(x, complete=True)
2719 out = gpu_qr(x, complete=False)