Go to the source code of this file.
| Namespaces | |
| test_gpu_visible | |
| Variables | |
| int | test_gpu_visible.vlen = 10 | 
| int | test_gpu_visible.iters = 1000 | 
| test_gpu_visible.rng = numpy.random.RandomState(22) | |
| test_gpu_visible.x = shared(numpy.asarray(rng.rand(vlen), config.floatX)) | |
| test_gpu_visible.f = function([], T.exp(x)) | |
| test_gpu_visible.t0 = time.time() | |
| test_gpu_visible.r = f() | |
| test_gpu_visible.t1 = time.time() | |
 1.8.11
 1.8.11