DESCRIPTION.txt EMAIL.txt HISTORY.txt LICENSE.txt MANIFEST.in NEWS.txt NEWS_DEV.txt README.txt pip-delete-this-directory.txt requirement-rtd.txt setup.cfg setup.py Theano.egg-info/PKG-INFO Theano.egg-info/SOURCES.txt Theano.egg-info/dependency_links.txt Theano.egg-info/pbr.json Theano.egg-info/requires.txt Theano.egg-info/top_level.txt benchmark/convolution/bench.sh bin/theano-cache bin/theano-nose bin/theano-test doc/LICENSE.txt doc/NEWS.txt doc/acknowledgement.txt doc/citation.txt doc/core_development_guide.txt doc/dev_start_guide.txt doc/faq.txt doc/glossary.txt doc/index.txt doc/install.txt doc/install_centos6.txt doc/install_ubuntu.txt doc/install_windows.txt doc/introduction.txt doc/links.txt doc/nice_quotes.txt doc/optimizations.txt doc/cifarSC2011/advanced_theano.txt doc/cifarSC2011/boot_camp_overview.txt doc/cifarSC2011/gpundarray.txt doc/cifarSC2011/index.txt doc/cifarSC2011/introduction.txt doc/cifarSC2011/pyCUDA.txt doc/cifarSC2011/theano.txt doc/crei2013/advanced_theano.txt doc/crei2013/gpundarray.txt doc/crei2013/index.txt doc/crei2013/introduction.txt doc/crei2013/theano.txt doc/developer/compat.txt doc/developer/index.txt doc/developer/scan.txt doc/developer/tensor.txt doc/extending/cop.txt doc/extending/ctype.txt doc/extending/extending_faq.txt doc/extending/extending_theano.txt doc/extending/extending_theano_c.txt doc/extending/fibby.txt doc/extending/graphstructures.txt doc/extending/index.txt doc/extending/inplace.txt doc/extending/op.txt doc/extending/optimization.txt doc/extending/other_ops.txt doc/extending/pipeline.txt doc/extending/theano_vs_c.txt doc/extending/tips.txt doc/extending/type.txt doc/extending/unittest.txt doc/extending/using_params.txt doc/internal/dev_start_guide.txt doc/internal/how_to_release.txt doc/internal/index.txt doc/internal/metadocumentation.txt doc/internal/python.txt doc/internal/release.txt doc/library/config.txt doc/library/gradient.txt doc/library/index.txt doc/library/printing.txt doc/library/scan.txt doc/library/typed_list.txt doc/library/compile/debugmode.txt doc/library/compile/function.txt doc/library/compile/index.txt doc/library/compile/io.txt doc/library/compile/mode.txt doc/library/compile/nanguardmode.txt doc/library/compile/opfromgraph.txt doc/library/compile/ops.txt doc/library/compile/profilemode.txt doc/library/compile/shared.txt doc/library/d3viz/index.txt doc/library/gof/fgraph.txt doc/library/gof/graph.txt doc/library/gof/index.txt doc/library/gof/toolbox.txt doc/library/gof/type.txt doc/library/gof/utils.txt doc/library/misc/pkl_utils.txt doc/library/sandbox/index.txt doc/library/sandbox/linalg.txt doc/library/sandbox/neighbours.txt doc/library/sandbox/rng_mrg.txt doc/library/sandbox/cuda/dnn.txt doc/library/sandbox/cuda/index.txt doc/library/sandbox/cuda/op.txt doc/library/sandbox/cuda/type.txt doc/library/sandbox/cuda/var.txt doc/library/sandbox/gpuarray/dnn.txt doc/library/sandbox/gpuarray/extra.txt doc/library/sandbox/gpuarray/index.txt doc/library/sandbox/gpuarray/op.txt doc/library/sandbox/gpuarray/type.txt doc/library/scalar/index.txt doc/library/sparse/index.txt doc/library/sparse/sandbox.txt doc/library/tensor/basic.txt doc/library/tensor/extra_ops.txt doc/library/tensor/index.txt doc/library/tensor/io.txt doc/library/tensor/nlinalg.txt doc/library/tensor/opt.txt doc/library/tensor/raw_random.txt doc/library/tensor/shared_randomstreams.txt doc/library/tensor/slinalg.txt doc/library/tensor/utils.txt doc/library/tensor/nnet/blocksparse.txt doc/library/tensor/nnet/bn.txt doc/library/tensor/nnet/conv.txt doc/library/tensor/nnet/index.txt doc/library/tensor/nnet/neighbours.txt doc/library/tensor/nnet/nnet.txt doc/library/tensor/signal/conv.txt doc/library/tensor/signal/downsample.txt doc/library/tensor/signal/index.txt doc/proposals/complex_gradient.txt doc/proposals/conditional.txt doc/proposals/dp_optimization.txt doc/proposals/graphical_models.txt doc/proposals/index.txt doc/proposals/intermediate_language.txt doc/proposals/mongodb_cache.txt doc/proposals/opt_patterns2.txt doc/proposals/pfunc.txt doc/proposals/premerge.txt doc/proposals/tensor_attributes.txt doc/sandbox/broadcasting.txt doc/sandbox/ccodegen.txt doc/sandbox/compilation.txt doc/sandbox/debugging_with_stepmode.txt doc/sandbox/elemwise_compiler.txt doc/sandbox/fg.txt doc/sandbox/function.txt doc/sandbox/functional.txt doc/sandbox/hosting.txt doc/sandbox/how_to_make_ops.txt doc/sandbox/index.txt doc/sandbox/index2.txt doc/sandbox/interactive_debugger.txt doc/sandbox/logistic_regression_example.txt doc/sandbox/max_gotcha.txt doc/sandbox/performance.txt doc/sandbox/randomnumbers.txt doc/sandbox/rethinkccodegen.txt doc/sandbox/sandbox.txt doc/sandbox/software.txt doc/sandbox/sparse.txt doc/sandbox/tensoroptools.txt doc/tutorial/adding.txt doc/tutorial/aliasing.txt doc/tutorial/conditions.txt doc/tutorial/debug_faq.txt doc/tutorial/examples.txt doc/tutorial/extending_theano.txt doc/tutorial/extending_theano_c.txt doc/tutorial/faq_tutorial.txt doc/tutorial/gpu_data_convert.txt doc/tutorial/gradients.txt doc/tutorial/index.txt doc/tutorial/loading_and_saving.txt doc/tutorial/loop.txt doc/tutorial/modes.txt doc/tutorial/multi_cores.txt doc/tutorial/nan_tutorial.txt doc/tutorial/numpy.txt doc/tutorial/printing_drawing.txt doc/tutorial/profiling.txt doc/tutorial/python-memory-management.txt doc/tutorial/python.txt doc/tutorial/shape_info.txt doc/tutorial/sparse.txt doc/tutorial/symbolic_graphs.txt doc/tutorial/using_gpu.txt doc/tutorial/using_multi_gpu.txt pip-egg-info/Theano.egg-info/SOURCES.txt pip-egg-info/Theano.egg-info/dependency_links.txt pip-egg-info/Theano.egg-info/requires.txt pip-egg-info/Theano.egg-info/top_level.txt theano/__init__.py theano/configdefaults.py theano/configparser.py theano/generated_version.py theano/gradient.py theano/ifelse.py theano/printing.py theano/raise_op.py theano/updates.py theano/version.py theano/compat/__init__.py theano/compat/python2x.py theano/compat/six.py theano/compile/__init__.py theano/compile/builders.py theano/compile/debugmode.py theano/compile/function.py theano/compile/function_module.py theano/compile/io.py theano/compile/mode.py theano/compile/monitormode.py theano/compile/nanguardmode.py theano/compile/ops.py theano/compile/pfunc.py theano/compile/profilemode.py theano/compile/profiling.py theano/compile/sharedvalue.py theano/compile/sandbox/__init__.py theano/compile/tests/__init__.py theano/compile/tests/test_builders.py theano/compile/tests/test_debugmode.py theano/compile/tests/test_function.py theano/compile/tests/test_function_module.py theano/compile/tests/test_function_name.py theano/compile/tests/test_misc.py theano/compile/tests/test_mode.py theano/compile/tests/test_modes.py theano/compile/tests/test_monitormode.py theano/compile/tests/test_nanguardmode.py theano/compile/tests/test_ops.py theano/compile/tests/test_pfunc.py theano/compile/tests/test_profiling.py theano/compile/tests/test_shared.py theano/d3viz/__init__.py theano/d3viz/d3viz.py theano/d3viz/formatting.py theano/d3viz/css/d3-context-menu.css theano/d3viz/css/d3viz.css theano/d3viz/html/template.html theano/d3viz/js/d3-context-menu.js theano/d3viz/js/d3.v3.min.js theano/d3viz/js/d3viz.js theano/d3viz/js/dagre-d3.min.js theano/d3viz/js/graphlib-dot.min.js theano/d3viz/tests/__init__.py theano/d3viz/tests/models.py theano/d3viz/tests/test_d3viz.py theano/d3viz/tests/test_formatting.py theano/gof/__init__.py theano/gof/callcache.py theano/gof/cc.py theano/gof/cmodule.py theano/gof/compiledir.py theano/gof/compilelock.py theano/gof/cutils.py theano/gof/destroyhandler.py theano/gof/fg.py theano/gof/graph.py theano/gof/lazylinker_c.c theano/gof/lazylinker_c.py theano/gof/link.py theano/gof/null_type.py theano/gof/op.py theano/gof/opt.py theano/gof/optdb.py theano/gof/sched.py theano/gof/theano_mod_helper.h theano/gof/toolbox.py theano/gof/type.py theano/gof/unify.py theano/gof/utils.py theano/gof/vm.py theano/gof/sandbox/typeattr.txt theano/gof/tests/__init__.py theano/gof/tests/test_cc.py theano/gof/tests/test_cmodule.py theano/gof/tests/test_compiledir.py theano/gof/tests/test_compute_test_value.py theano/gof/tests/test_destroyhandler.py theano/gof/tests/test_fg.py theano/gof/tests/test_fg_old_crash.pkl theano/gof/tests/test_graph.py theano/gof/tests/test_graph_opt_caching.py theano/gof/tests/test_lazy.py theano/gof/tests/test_link.py theano/gof/tests/test_op.py theano/gof/tests/test_opt.py theano/gof/tests/test_optdb.py theano/gof/tests/test_sched.py theano/gof/tests/test_toolbox.py theano/gof/tests/test_types.py theano/gof/tests/test_utils.py theano/gof/tests/test_vm.py theano/misc/__init__.py theano/misc/buildbot_filter.py theano/misc/check_blas.py theano/misc/check_blas_many.sh theano/misc/check_duplicate_key.py theano/misc/check_multi_gpu.py theano/misc/cpucount.py theano/misc/cudamat_utils.py theano/misc/doubleop.py theano/misc/elemwise_openmp_speedup.py theano/misc/elemwise_time_test.py theano/misc/gh_api.py theano/misc/gnumpy_utils.py theano/misc/latence_gpu_transfert.py theano/misc/may_share_memory.py theano/misc/ordered_set.py theano/misc/pkl_utils.py theano/misc/pycuda_example.py theano/misc/pycuda_init.py theano/misc/pycuda_utils.py theano/misc/safe_asarray.py theano/misc/strutil.py theano/misc/windows.py theano/misc/tests/__init__.py theano/misc/tests/test_cudamat_utils.py theano/misc/tests/test_gnumpy_utils.py theano/misc/tests/test_may_share_memory.py theano/misc/tests/test_pkl_utils.py theano/misc/tests/test_pycuda_example.py theano/misc/tests/test_pycuda_theano_simple.py theano/misc/tests/test_pycuda_utils.py theano/sandbox/__init__.py theano/sandbox/blocksparse.py theano/sandbox/conv.py theano/sandbox/fourier.py theano/sandbox/minimal.py theano/sandbox/multinomial.py theano/sandbox/neighbourhoods.py theano/sandbox/neighbours.py theano/sandbox/rng_mrg.py theano/sandbox/samples_MRG31k3p_12_7_5.txt theano/sandbox/softsign.py theano/sandbox/solve.py theano/sandbox/cuda/GpuConv3D.py theano/sandbox/cuda/GpuConvGrad3D.py theano/sandbox/cuda/GpuConvTransp3D.py theano/sandbox/cuda/__init__.py theano/sandbox/cuda/basic_ops.py theano/sandbox/cuda/blas.py theano/sandbox/cuda/blocksparse.py theano/sandbox/cuda/cnmem.cpp theano/sandbox/cuda/cnmem.h theano/sandbox/cuda/conv.cu theano/sandbox/cuda/conv_full_kernel.cu theano/sandbox/cuda/conv_kernel.cu theano/sandbox/cuda/corr3d_gemm.cu theano/sandbox/cuda/corr_gemm.cu theano/sandbox/cuda/cuda_ndarray.cu theano/sandbox/cuda/cuda_ndarray.cuh theano/sandbox/cuda/cudnn_helper.h theano/sandbox/cuda/cula.py theano/sandbox/cuda/dnn.py theano/sandbox/cuda/dnn_base.c theano/sandbox/cuda/dnn_conv_base.c theano/sandbox/cuda/dnn_fwd.c theano/sandbox/cuda/dnn_gi.c theano/sandbox/cuda/dnn_gw.c theano/sandbox/cuda/elemwise.py theano/sandbox/cuda/extra_ops.py theano/sandbox/cuda/fftconv.py theano/sandbox/cuda/kernel_codegen.py theano/sandbox/cuda/neighbours.py theano/sandbox/cuda/nnet.py theano/sandbox/cuda/nvcc_compiler.py theano/sandbox/cuda/opt.py theano/sandbox/cuda/opt_util.py theano/sandbox/cuda/rng_curand.py theano/sandbox/cuda/type.py theano/sandbox/cuda/var.py theano/sandbox/cuda/tests/CudaNdarray.pkl theano/sandbox/cuda/tests/__init__.py theano/sandbox/cuda/tests/old_pool_interface.pkl theano/sandbox/cuda/tests/test_abstractconv.py theano/sandbox/cuda/tests/test_basic_ops.py theano/sandbox/cuda/tests/test_bench_loopfusion.py theano/sandbox/cuda/tests/test_blas.py theano/sandbox/cuda/tests/test_blocksparse.py theano/sandbox/cuda/tests/test_conv_cuda_ndarray.py theano/sandbox/cuda/tests/test_cuda_ndarray.py theano/sandbox/cuda/tests/test_cula.py theano/sandbox/cuda/tests/test_dnn.py theano/sandbox/cuda/tests/test_driver.py theano/sandbox/cuda/tests/test_extra_ops.py theano/sandbox/cuda/tests/test_fftconv.py theano/sandbox/cuda/tests/test_gemmcorr3d.py theano/sandbox/cuda/tests/test_gradient.py theano/sandbox/cuda/tests/test_memory.py theano/sandbox/cuda/tests/test_mlp.py theano/sandbox/cuda/tests/test_neighbours.py theano/sandbox/cuda/tests/test_nnet.py theano/sandbox/cuda/tests/test_opt.py theano/sandbox/cuda/tests/test_rng_curand.py theano/sandbox/cuda/tests/test_tensor_op.py theano/sandbox/cuda/tests/test_type.py theano/sandbox/cuda/tests/test_var.py theano/sandbox/cuda/tests/test_viewop.py theano/sandbox/cuda/tests/walltime.py theano/sandbox/gpuarray/__init__.py theano/sandbox/gpuarray/basic_ops.py theano/sandbox/gpuarray/blas.py theano/sandbox/gpuarray/comp.py theano/sandbox/gpuarray/conv_desc.c theano/sandbox/gpuarray/cudnn_helper.h theano/sandbox/gpuarray/dnn.py theano/sandbox/gpuarray/dnn_base.c theano/sandbox/gpuarray/dnn_conv_base.c theano/sandbox/gpuarray/dnn_fwd.c theano/sandbox/gpuarray/dnn_gi.c theano/sandbox/gpuarray/dnn_gw.c theano/sandbox/gpuarray/dnn_pool.c theano/sandbox/gpuarray/dnn_pool_grad.c theano/sandbox/gpuarray/dnn_softmax.c theano/sandbox/gpuarray/dnn_softmax_grad.c theano/sandbox/gpuarray/elemwise.py theano/sandbox/gpuarray/fp16_help.py theano/sandbox/gpuarray/gemm16.c theano/sandbox/gpuarray/gpuarray_helper.h theano/sandbox/gpuarray/kernel_codegen.py theano/sandbox/gpuarray/neighbours.py theano/sandbox/gpuarray/nerv.py theano/sandbox/gpuarray/nnet.py theano/sandbox/gpuarray/opt.py theano/sandbox/gpuarray/opt_util.py theano/sandbox/gpuarray/subtensor.py theano/sandbox/gpuarray/type.py theano/sandbox/gpuarray/tests/GpuArray.pkl theano/sandbox/gpuarray/tests/__init__.py theano/sandbox/gpuarray/tests/config.py theano/sandbox/gpuarray/tests/test_abstractconv.py theano/sandbox/gpuarray/tests/test_basic_ops.py theano/sandbox/gpuarray/tests/test_blas.py theano/sandbox/gpuarray/tests/test_dnn.py theano/sandbox/gpuarray/tests/test_elemwise.py theano/sandbox/gpuarray/tests/test_neighbours.py theano/sandbox/gpuarray/tests/test_nerv.py theano/sandbox/gpuarray/tests/test_nnet.py theano/sandbox/gpuarray/tests/test_opt.py theano/sandbox/gpuarray/tests/test_pickle.py theano/sandbox/gpuarray/tests/test_scan.py theano/sandbox/gpuarray/tests/test_subtensor.py theano/sandbox/gpuarray/tests/test_type.py theano/sandbox/linalg/__init__.py theano/sandbox/linalg/ops.py theano/sandbox/linalg/tests/__init__.py theano/sandbox/linalg/tests/test_linalg.py theano/sandbox/tests/__init__.py theano/sandbox/tests/multinomial_test_graph.pkl theano/sandbox/tests/test_multinomial.py theano/sandbox/tests/test_multinomial_wo_replacement.py theano/sandbox/tests/test_neighbourhoods.py theano/sandbox/tests/test_rng_mrg.py theano/scalar/__init__.py theano/scalar/basic.py theano/scalar/basic_scipy.py theano/scalar/basic_sympy.py theano/scalar/sharedvar.py theano/scalar/tests/__init__.py theano/scalar/tests/test_basic.py theano/scalar/tests/test_basic_sympy.py theano/scalar/tests/test_div_future.py theano/scalar/tests/test_div_no_future.py theano/scan_module/__init__.py theano/scan_module/scan.py theano/scan_module/scan_op.py theano/scan_module/scan_opt.py theano/scan_module/scan_perform.c theano/scan_module/scan_perform_ext.py theano/scan_module/scan_utils.py theano/scan_module/scan_views.py theano/scan_module/tests/__init__.py theano/scan_module/tests/inconsistent_scan.pkl theano/scan_module/tests/test_scan.py theano/scan_module/tests/test_scan_opt.py theano/scan_module/tests/test_scan_utils.py theano/sparse/__init__.py theano/sparse/basic.py theano/sparse/opt.py theano/sparse/sharedvar.py theano/sparse/type.py theano/sparse/utils.py theano/sparse/sandbox/__init__.py theano/sparse/sandbox/sp.py theano/sparse/sandbox/sp2.py theano/sparse/sandbox/test_sp.py theano/sparse/sandbox/truedot.py theano/sparse/tests/__init__.py theano/sparse/tests/test_basic.py theano/sparse/tests/test_opt.py theano/sparse/tests/test_sp2.py theano/sparse/tests/test_type.py theano/sparse/tests/test_utils.py theano/tensor/__init__.py theano/tensor/basic.py theano/tensor/blas.py theano/tensor/blas_c.py theano/tensor/blas_headers.py theano/tensor/blas_scipy.py theano/tensor/elemwise.py theano/tensor/elemwise_cgen.py theano/tensor/extra_ops.py theano/tensor/fourier.py theano/tensor/inplace.py theano/tensor/io.py theano/tensor/nlinalg.py theano/tensor/opt.py theano/tensor/opt_uncanonicalize.py theano/tensor/raw_random.py theano/tensor/shared_randomstreams.py theano/tensor/sharedvar.py theano/tensor/slinalg.py theano/tensor/sort.py theano/tensor/subtensor.py theano/tensor/type.py theano/tensor/type_other.py theano/tensor/utils.py theano/tensor/var.py theano/tensor/xlogx.py theano/tensor/nnet/Conv3D.py theano/tensor/nnet/ConvGrad3D.py theano/tensor/nnet/ConvTransp3D.py theano/tensor/nnet/__init__.py theano/tensor/nnet/abstract_conv.py theano/tensor/nnet/blocksparse.py theano/tensor/nnet/bn.py theano/tensor/nnet/conv.py theano/tensor/nnet/conv3d2d.py theano/tensor/nnet/corr.py theano/tensor/nnet/corr_gemm.c theano/tensor/nnet/neighbours.py theano/tensor/nnet/nnet.py theano/tensor/nnet/opt.py theano/tensor/nnet/sigm.py theano/tensor/nnet/tests/__init__.py theano/tensor/nnet/tests/speed_test_conv.py theano/tensor/nnet/tests/test_abstract_conv.py theano/tensor/nnet/tests/test_blocksparse.py theano/tensor/nnet/tests/test_bn.py theano/tensor/nnet/tests/test_conv.py theano/tensor/nnet/tests/test_conv3d.py theano/tensor/nnet/tests/test_conv3d2d.py theano/tensor/nnet/tests/test_corr.py theano/tensor/nnet/tests/test_neighbours.py theano/tensor/nnet/tests/test_nnet.py theano/tensor/nnet/tests/test_opt.py theano/tensor/nnet/tests/test_sigm.py theano/tensor/signal/__init__.py theano/tensor/signal/conv.py theano/tensor/signal/downsample.py theano/tensor/signal/pool.py theano/tensor/signal/tests/__init__.py theano/tensor/signal/tests/test_conv.py theano/tensor/signal/tests/test_pool.py theano/tensor/tests/__init__.py theano/tensor/tests/_test_mpi_roundtrip.py theano/tensor/tests/mlp_test.py theano/tensor/tests/shape_opt_cycle.pkl theano/tensor/tests/test_basic.py theano/tensor/tests/test_blas.py theano/tensor/tests/test_blas_c.py theano/tensor/tests/test_blas_scipy.py theano/tensor/tests/test_casting.py theano/tensor/tests/test_complex.py theano/tensor/tests/test_elemwise.py theano/tensor/tests/test_extra_ops.py theano/tensor/tests/test_fourier.py theano/tensor/tests/test_gc.py theano/tensor/tests/test_inc_subtensor.py theano/tensor/tests/test_io.py theano/tensor/tests/test_keepdims.py theano/tensor/tests/test_merge.py theano/tensor/tests/test_misc.py theano/tensor/tests/test_mpi.py theano/tensor/tests/test_nlinalg.py theano/tensor/tests/test_opt.py theano/tensor/tests/test_opt_uncanonicalize.py theano/tensor/tests/test_raw_random.py theano/tensor/tests/test_shared_randomstreams.py theano/tensor/tests/test_sharedvar.py theano/tensor/tests/test_slinalg.py theano/tensor/tests/test_sort.py theano/tensor/tests/test_subtensor.py theano/tensor/tests/test_type_other.py theano/tensor/tests/test_utils.py theano/tensor/tests/test_var.py theano/tensor/tests/test_xlogx.py theano/tests/__init__.py theano/tests/breakpoint.py theano/tests/disturb_mem.py theano/tests/diverse_tests.py theano/tests/main.py theano/tests/record.py theano/tests/run_tests_in_batch.py theano/tests/test_2nd_order_grads.py theano/tests/test_breakpoint.py theano/tests/test_config.py theano/tests/test_determinism.py theano/tests/test_dictionary_output.py theano/tests/test_flake8.py theano/tests/test_gradient.py theano/tests/test_ifelse.py theano/tests/test_pickle_unpickle_theano_fn.py theano/tests/test_printing.py theano/tests/test_record.py theano/tests/test_rop.py theano/tests/test_updates.py theano/tests/unittest_tools.py theano/typed_list/__init__.py theano/typed_list/basic.py theano/typed_list/opt.py theano/typed_list/type.py theano/typed_list/tests/__init__.py theano/typed_list/tests/test_basic.py theano/typed_list/tests/test_opt.py theano/typed_list/tests/test_type.py