Received: by mail.netbsd.org (Postfix, from userid 605) id DE55884EE0; Fri, 6 Jul 2018 03:37:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E569D84E6D for ; Fri, 6 Jul 2018 03:37:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fezTjBLTm0Kz for ; Fri, 6 Jul 2018 03:36:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 66B1484D86 for ; Fri, 6 Jul 2018 03:36:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D26FFBEC; Fri, 6 Jul 2018 03:36:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1530848218235060" MIME-Version: 1.0 Date: Fri, 6 Jul 2018 03:36:58 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/math/py-Theano To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180706033658.4D26FFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1530848218235060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Fri Jul 6 03:36:58 UTC 2018 Added Files: pkgsrc/math/py-Theano: ALTERNATIVES DESCR Makefile PLIST distinfo Log Message: math/py-Theano: Import version 1.0.2 Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently Packaged by Kamel Ibn Aziz Derouiche for pkgsrc-wip and updated by me. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-Theano/ALTERNATIVES \ pkgsrc/math/py-Theano/DESCR pkgsrc/math/py-Theano/Makefile \ pkgsrc/math/py-Theano/PLIST pkgsrc/math/py-Theano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1530848218235060 Content-Disposition: inline Content-Length: 55614 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/math/py-Theano/ALTERNATIVES diff -u /dev/null pkgsrc/math/py-Theano/ALTERNATIVES:1.1 --- /dev/null Fri Jul 6 03:36:58 2018 +++ pkgsrc/math/py-Theano/ALTERNATIVES Fri Jul 6 03:36:58 2018 @@ -0,0 +1,2 @@ +bin/theano-cache @PREFIX@/bin/theano-cache@PYVERSSUFFIX@ +bin/theano-nose @PREFIX@/bin/theano-nose@PYVERSSUFFIX@ Index: pkgsrc/math/py-Theano/DESCR diff -u /dev/null pkgsrc/math/py-Theano/DESCR:1.1 --- /dev/null Fri Jul 6 03:36:58 2018 +++ pkgsrc/math/py-Theano/DESCR Fri Jul 6 03:36:58 2018 @@ -0,0 +1,2 @@ +Theano is a Python library that allows you to define, optimize, and evaluate +mathematical expressions involving multi-dimensional arrays efficiently Index: pkgsrc/math/py-Theano/Makefile diff -u /dev/null pkgsrc/math/py-Theano/Makefile:1.1 --- /dev/null Fri Jul 6 03:36:58 2018 +++ pkgsrc/math/py-Theano/Makefile Fri Jul 6 03:36:58 2018 @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1 2018/07/06 03:36:58 minskim Exp $ + +DISTNAME= Theano-1.0.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= math python +MASTER_SITES= ${MASTER_SITE_GITHUB:=Theano/} +GITHUB_PROJECT= Theano +GITHUB_TAG= rel-${PKGVERSION_NOREV} + +MAINTAINER= jihbed.research@gmail.com +HOMEPAGE= http://deeplearning.net/software/theano/ +COMMENT= Optimizing compiler for evaluating mathematical expressions +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-scipy>=0.17.0:../../math/py-scipy + +USE_TOOLS+= bash +USE_LANGUAGES= c c++ + +PY_PATCHPLIST= yes + +do-test: + ${RUN} cd {WRKSRC}/theano/tests && \ + ${SETENV} {TEST_ENV} ${PYTHONBIN} main.py + +post-install: +.for cmd in theano-cache theano-nose + ${MV} ${DESTDIR}${PREFIX}/bin/${cmd} \ + ${DESTDIR}${PREFIX}/bin/${cmd}${PYVERSSUFFIX} +.endfor + +.include "../../lang/python/egg.mk" +.include "../../math/py-numpy/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/py-Theano/PLIST diff -u /dev/null pkgsrc/math/py-Theano/PLIST:1.1 --- /dev/null Fri Jul 6 03:36:58 2018 +++ pkgsrc/math/py-Theano/PLIST Fri Jul 6 03:36:58 2018 @@ -0,0 +1,1149 @@ +@comment $NetBSD: PLIST,v 1.1 2018/07/06 03:36:58 minskim Exp $ +bin/theano-cache${PYVERSSUFFIX} +bin/theano-nose${PYVERSSUFFIX} +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/bin/__init__.py +${PYSITELIB}/bin/__init__.pyc +${PYSITELIB}/bin/__init__.pyo +${PYSITELIB}/bin/theano_cache.py +${PYSITELIB}/bin/theano_cache.pyc +${PYSITELIB}/bin/theano_cache.pyo +${PYSITELIB}/bin/theano_nose.py +${PYSITELIB}/bin/theano_nose.pyc +${PYSITELIB}/bin/theano_nose.pyo +${PYSITELIB}/theano/__init__.py +${PYSITELIB}/theano/__init__.pyc +${PYSITELIB}/theano/__init__.pyo +${PYSITELIB}/theano/_version.py +${PYSITELIB}/theano/_version.pyc +${PYSITELIB}/theano/_version.pyo +${PYSITELIB}/theano/compat/__init__.py +${PYSITELIB}/theano/compat/__init__.pyc +${PYSITELIB}/theano/compat/__init__.pyo +${PYSITELIB}/theano/compile/__init__.py +${PYSITELIB}/theano/compile/__init__.pyc +${PYSITELIB}/theano/compile/__init__.pyo +${PYSITELIB}/theano/compile/builders.py +${PYSITELIB}/theano/compile/builders.pyc +${PYSITELIB}/theano/compile/builders.pyo +${PYSITELIB}/theano/compile/debugmode.py +${PYSITELIB}/theano/compile/debugmode.pyc +${PYSITELIB}/theano/compile/debugmode.pyo +${PYSITELIB}/theano/compile/function.py +${PYSITELIB}/theano/compile/function.pyc +${PYSITELIB}/theano/compile/function.pyo +${PYSITELIB}/theano/compile/function_module.py +${PYSITELIB}/theano/compile/function_module.pyc +${PYSITELIB}/theano/compile/function_module.pyo +${PYSITELIB}/theano/compile/io.py +${PYSITELIB}/theano/compile/io.pyc +${PYSITELIB}/theano/compile/io.pyo +${PYSITELIB}/theano/compile/mode.py +${PYSITELIB}/theano/compile/mode.pyc +${PYSITELIB}/theano/compile/mode.pyo +${PYSITELIB}/theano/compile/monitormode.py +${PYSITELIB}/theano/compile/monitormode.pyc +${PYSITELIB}/theano/compile/monitormode.pyo +${PYSITELIB}/theano/compile/nanguardmode.py +${PYSITELIB}/theano/compile/nanguardmode.pyc +${PYSITELIB}/theano/compile/nanguardmode.pyo +${PYSITELIB}/theano/compile/ops.py +${PYSITELIB}/theano/compile/ops.pyc +${PYSITELIB}/theano/compile/ops.pyo +${PYSITELIB}/theano/compile/pfunc.py +${PYSITELIB}/theano/compile/pfunc.pyc +${PYSITELIB}/theano/compile/pfunc.pyo +${PYSITELIB}/theano/compile/profiling.py +${PYSITELIB}/theano/compile/profiling.pyc +${PYSITELIB}/theano/compile/profiling.pyo +${PYSITELIB}/theano/compile/sandbox/__init__.py +${PYSITELIB}/theano/compile/sandbox/__init__.pyc +${PYSITELIB}/theano/compile/sandbox/__init__.pyo +${PYSITELIB}/theano/compile/sharedvalue.py +${PYSITELIB}/theano/compile/sharedvalue.pyc +${PYSITELIB}/theano/compile/sharedvalue.pyo +${PYSITELIB}/theano/compile/tests/__init__.py +${PYSITELIB}/theano/compile/tests/__init__.pyc +${PYSITELIB}/theano/compile/tests/__init__.pyo +${PYSITELIB}/theano/compile/tests/test_builders.py +${PYSITELIB}/theano/compile/tests/test_builders.pyc +${PYSITELIB}/theano/compile/tests/test_builders.pyo +${PYSITELIB}/theano/compile/tests/test_debugmode.py +${PYSITELIB}/theano/compile/tests/test_debugmode.pyc +${PYSITELIB}/theano/compile/tests/test_debugmode.pyo +${PYSITELIB}/theano/compile/tests/test_function.py +${PYSITELIB}/theano/compile/tests/test_function.pyc +${PYSITELIB}/theano/compile/tests/test_function.pyo +${PYSITELIB}/theano/compile/tests/test_function_module.py +${PYSITELIB}/theano/compile/tests/test_function_module.pyc +${PYSITELIB}/theano/compile/tests/test_function_module.pyo +${PYSITELIB}/theano/compile/tests/test_function_name.py +${PYSITELIB}/theano/compile/tests/test_function_name.pyc +${PYSITELIB}/theano/compile/tests/test_function_name.pyo +${PYSITELIB}/theano/compile/tests/test_misc.py +${PYSITELIB}/theano/compile/tests/test_misc.pyc +${PYSITELIB}/theano/compile/tests/test_misc.pyo +${PYSITELIB}/theano/compile/tests/test_mode.py +${PYSITELIB}/theano/compile/tests/test_mode.pyc +${PYSITELIB}/theano/compile/tests/test_mode.pyo +${PYSITELIB}/theano/compile/tests/test_modes.py +${PYSITELIB}/theano/compile/tests/test_modes.pyc +${PYSITELIB}/theano/compile/tests/test_modes.pyo +${PYSITELIB}/theano/compile/tests/test_monitormode.py +${PYSITELIB}/theano/compile/tests/test_monitormode.pyc +${PYSITELIB}/theano/compile/tests/test_monitormode.pyo +${PYSITELIB}/theano/compile/tests/test_nanguardmode.py +${PYSITELIB}/theano/compile/tests/test_nanguardmode.pyc +${PYSITELIB}/theano/compile/tests/test_nanguardmode.pyo +${PYSITELIB}/theano/compile/tests/test_ops.py +${PYSITELIB}/theano/compile/tests/test_ops.pyc +${PYSITELIB}/theano/compile/tests/test_ops.pyo +${PYSITELIB}/theano/compile/tests/test_pfunc.py +${PYSITELIB}/theano/compile/tests/test_pfunc.pyc +${PYSITELIB}/theano/compile/tests/test_pfunc.pyo +${PYSITELIB}/theano/compile/tests/test_profiling.py +${PYSITELIB}/theano/compile/tests/test_profiling.pyc +${PYSITELIB}/theano/compile/tests/test_profiling.pyo +${PYSITELIB}/theano/compile/tests/test_shared.py +${PYSITELIB}/theano/compile/tests/test_shared.pyc +${PYSITELIB}/theano/compile/tests/test_shared.pyo +${PYSITELIB}/theano/configdefaults.py +${PYSITELIB}/theano/configdefaults.pyc +${PYSITELIB}/theano/configdefaults.pyo +${PYSITELIB}/theano/configparser.py +${PYSITELIB}/theano/configparser.pyc +${PYSITELIB}/theano/configparser.pyo +${PYSITELIB}/theano/d3viz/__init__.py +${PYSITELIB}/theano/d3viz/__init__.pyc +${PYSITELIB}/theano/d3viz/__init__.pyo +${PYSITELIB}/theano/d3viz/css/d3-context-menu.css +${PYSITELIB}/theano/d3viz/css/d3viz.css +${PYSITELIB}/theano/d3viz/d3viz.py +${PYSITELIB}/theano/d3viz/d3viz.pyc +${PYSITELIB}/theano/d3viz/d3viz.pyo +${PYSITELIB}/theano/d3viz/formatting.py +${PYSITELIB}/theano/d3viz/formatting.pyc +${PYSITELIB}/theano/d3viz/formatting.pyo +${PYSITELIB}/theano/d3viz/html/template.html +${PYSITELIB}/theano/d3viz/js/d3-context-menu.js +${PYSITELIB}/theano/d3viz/js/d3.v3.min.js +${PYSITELIB}/theano/d3viz/js/d3viz.js +${PYSITELIB}/theano/d3viz/js/dagre-d3.min.js +${PYSITELIB}/theano/d3viz/js/graphlib-dot.min.js +${PYSITELIB}/theano/d3viz/tests/__init__.py +${PYSITELIB}/theano/d3viz/tests/__init__.pyc +${PYSITELIB}/theano/d3viz/tests/__init__.pyo +${PYSITELIB}/theano/d3viz/tests/models.py +${PYSITELIB}/theano/d3viz/tests/models.pyc +${PYSITELIB}/theano/d3viz/tests/models.pyo +${PYSITELIB}/theano/d3viz/tests/test_d3viz.py +${PYSITELIB}/theano/d3viz/tests/test_d3viz.pyc +${PYSITELIB}/theano/d3viz/tests/test_d3viz.pyo +${PYSITELIB}/theano/d3viz/tests/test_formatting.py +${PYSITELIB}/theano/d3viz/tests/test_formatting.pyc +${PYSITELIB}/theano/d3viz/tests/test_formatting.pyo +${PYSITELIB}/theano/gof/__init__.py +${PYSITELIB}/theano/gof/__init__.pyc +${PYSITELIB}/theano/gof/__init__.pyo +${PYSITELIB}/theano/gof/c_code/lazylinker_c.c +${PYSITELIB}/theano/gof/c_code/theano_mod_helper.h +${PYSITELIB}/theano/gof/callcache.py +${PYSITELIB}/theano/gof/callcache.pyc +${PYSITELIB}/theano/gof/callcache.pyo +${PYSITELIB}/theano/gof/cc.py +${PYSITELIB}/theano/gof/cc.pyc +${PYSITELIB}/theano/gof/cc.pyo +${PYSITELIB}/theano/gof/cmodule.py +${PYSITELIB}/theano/gof/cmodule.pyc +${PYSITELIB}/theano/gof/cmodule.pyo +${PYSITELIB}/theano/gof/compiledir.py +${PYSITELIB}/theano/gof/compiledir.pyc +${PYSITELIB}/theano/gof/compiledir.pyo +${PYSITELIB}/theano/gof/compilelock.py +${PYSITELIB}/theano/gof/compilelock.pyc +${PYSITELIB}/theano/gof/compilelock.pyo +${PYSITELIB}/theano/gof/cutils.py +${PYSITELIB}/theano/gof/cutils.pyc +${PYSITELIB}/theano/gof/cutils.pyo +${PYSITELIB}/theano/gof/destroyhandler.py +${PYSITELIB}/theano/gof/destroyhandler.pyc +${PYSITELIB}/theano/gof/destroyhandler.pyo +${PYSITELIB}/theano/gof/fg.py +${PYSITELIB}/theano/gof/fg.pyc +${PYSITELIB}/theano/gof/fg.pyo +${PYSITELIB}/theano/gof/graph.py +${PYSITELIB}/theano/gof/graph.pyc +${PYSITELIB}/theano/gof/graph.pyo +${PYSITELIB}/theano/gof/lazylinker_c.py +${PYSITELIB}/theano/gof/lazylinker_c.pyc +${PYSITELIB}/theano/gof/lazylinker_c.pyo +${PYSITELIB}/theano/gof/link.py +${PYSITELIB}/theano/gof/link.pyc +${PYSITELIB}/theano/gof/link.pyo +${PYSITELIB}/theano/gof/null_type.py +${PYSITELIB}/theano/gof/null_type.pyc +${PYSITELIB}/theano/gof/null_type.pyo +${PYSITELIB}/theano/gof/op.py +${PYSITELIB}/theano/gof/op.pyc +${PYSITELIB}/theano/gof/op.pyo +${PYSITELIB}/theano/gof/opt.py +${PYSITELIB}/theano/gof/opt.pyc +${PYSITELIB}/theano/gof/opt.pyo +${PYSITELIB}/theano/gof/optdb.py +${PYSITELIB}/theano/gof/optdb.pyc +${PYSITELIB}/theano/gof/optdb.pyo +${PYSITELIB}/theano/gof/params_type.py +${PYSITELIB}/theano/gof/params_type.pyc +${PYSITELIB}/theano/gof/params_type.pyo +${PYSITELIB}/theano/gof/sched.py +${PYSITELIB}/theano/gof/sched.pyc +${PYSITELIB}/theano/gof/sched.pyo +${PYSITELIB}/theano/gof/tests/__init__.py +${PYSITELIB}/theano/gof/tests/__init__.pyc +${PYSITELIB}/theano/gof/tests/__init__.pyo +${PYSITELIB}/theano/gof/tests/c_code/test_cenum.h +${PYSITELIB}/theano/gof/tests/c_code/test_quadratic_function.c +${PYSITELIB}/theano/gof/tests/test_cc.py +${PYSITELIB}/theano/gof/tests/test_cc.pyc +${PYSITELIB}/theano/gof/tests/test_cc.pyo +${PYSITELIB}/theano/gof/tests/test_cmodule.py +${PYSITELIB}/theano/gof/tests/test_cmodule.pyc +${PYSITELIB}/theano/gof/tests/test_cmodule.pyo +${PYSITELIB}/theano/gof/tests/test_compiledir.py +${PYSITELIB}/theano/gof/tests/test_compiledir.pyc +${PYSITELIB}/theano/gof/tests/test_compiledir.pyo +${PYSITELIB}/theano/gof/tests/test_compute_test_value.py +${PYSITELIB}/theano/gof/tests/test_compute_test_value.pyc +${PYSITELIB}/theano/gof/tests/test_compute_test_value.pyo +${PYSITELIB}/theano/gof/tests/test_destroyhandler.py +${PYSITELIB}/theano/gof/tests/test_destroyhandler.pyc +${PYSITELIB}/theano/gof/tests/test_destroyhandler.pyo +${PYSITELIB}/theano/gof/tests/test_fg.py +${PYSITELIB}/theano/gof/tests/test_fg.pyc +${PYSITELIB}/theano/gof/tests/test_fg.pyo +${PYSITELIB}/theano/gof/tests/test_fg_old_crash.pkl +${PYSITELIB}/theano/gof/tests/test_graph.py +${PYSITELIB}/theano/gof/tests/test_graph.pyc +${PYSITELIB}/theano/gof/tests/test_graph.pyo +${PYSITELIB}/theano/gof/tests/test_graph_opt_caching.py +${PYSITELIB}/theano/gof/tests/test_graph_opt_caching.pyc +${PYSITELIB}/theano/gof/tests/test_graph_opt_caching.pyo +${PYSITELIB}/theano/gof/tests/test_lazy.py +${PYSITELIB}/theano/gof/tests/test_lazy.pyc +${PYSITELIB}/theano/gof/tests/test_lazy.pyo +${PYSITELIB}/theano/gof/tests/test_link.py +${PYSITELIB}/theano/gof/tests/test_link.pyc +${PYSITELIB}/theano/gof/tests/test_link.pyo +${PYSITELIB}/theano/gof/tests/test_op.py +${PYSITELIB}/theano/gof/tests/test_op.pyc +${PYSITELIB}/theano/gof/tests/test_op.pyo +${PYSITELIB}/theano/gof/tests/test_opt.py +${PYSITELIB}/theano/gof/tests/test_opt.pyc +${PYSITELIB}/theano/gof/tests/test_opt.pyo +${PYSITELIB}/theano/gof/tests/test_optdb.py +${PYSITELIB}/theano/gof/tests/test_optdb.pyc +${PYSITELIB}/theano/gof/tests/test_optdb.pyo +${PYSITELIB}/theano/gof/tests/test_params_type.py +${PYSITELIB}/theano/gof/tests/test_params_type.pyc +${PYSITELIB}/theano/gof/tests/test_params_type.pyo +${PYSITELIB}/theano/gof/tests/test_sched.py +${PYSITELIB}/theano/gof/tests/test_sched.pyc +${PYSITELIB}/theano/gof/tests/test_sched.pyo +${PYSITELIB}/theano/gof/tests/test_toolbox.py +${PYSITELIB}/theano/gof/tests/test_toolbox.pyc +${PYSITELIB}/theano/gof/tests/test_toolbox.pyo +${PYSITELIB}/theano/gof/tests/test_types.py +${PYSITELIB}/theano/gof/tests/test_types.pyc +${PYSITELIB}/theano/gof/tests/test_types.pyo +${PYSITELIB}/theano/gof/tests/test_utils.py +${PYSITELIB}/theano/gof/tests/test_utils.pyc +${PYSITELIB}/theano/gof/tests/test_utils.pyo +${PYSITELIB}/theano/gof/tests/test_vm.py +${PYSITELIB}/theano/gof/tests/test_vm.pyc +${PYSITELIB}/theano/gof/tests/test_vm.pyo +${PYSITELIB}/theano/gof/toolbox.py +${PYSITELIB}/theano/gof/toolbox.pyc +${PYSITELIB}/theano/gof/toolbox.pyo +${PYSITELIB}/theano/gof/type.py +${PYSITELIB}/theano/gof/type.pyc +${PYSITELIB}/theano/gof/type.pyo +${PYSITELIB}/theano/gof/unify.py +${PYSITELIB}/theano/gof/unify.pyc +${PYSITELIB}/theano/gof/unify.pyo +${PYSITELIB}/theano/gof/utils.py +${PYSITELIB}/theano/gof/utils.pyc +${PYSITELIB}/theano/gof/utils.pyo +${PYSITELIB}/theano/gof/vm.py +${PYSITELIB}/theano/gof/vm.pyc +${PYSITELIB}/theano/gof/vm.pyo +${PYSITELIB}/theano/gpuarray/__init__.py +${PYSITELIB}/theano/gpuarray/__init__.pyc +${PYSITELIB}/theano/gpuarray/__init__.pyo +${PYSITELIB}/theano/gpuarray/basic_ops.py +${PYSITELIB}/theano/gpuarray/basic_ops.pyc +${PYSITELIB}/theano/gpuarray/basic_ops.pyo +${PYSITELIB}/theano/gpuarray/blas.py +${PYSITELIB}/theano/gpuarray/blas.pyc +${PYSITELIB}/theano/gpuarray/blas.pyo +${PYSITELIB}/theano/gpuarray/blocksparse.py +${PYSITELIB}/theano/gpuarray/blocksparse.pyc +${PYSITELIB}/theano/gpuarray/blocksparse.pyo +${PYSITELIB}/theano/gpuarray/c_code/blockgemv.c +${PYSITELIB}/theano/gpuarray/c_code/blockger.c +${PYSITELIB}/theano/gpuarray/c_code/conv_desc.c +${PYSITELIB}/theano/gpuarray/c_code/corr3d_gemm.c +${PYSITELIB}/theano/gpuarray/c_code/corr_gemm.c +${PYSITELIB}/theano/gpuarray/c_code/ctc_wrapper.c +${PYSITELIB}/theano/gpuarray/c_code/cudnn_helper.h +${PYSITELIB}/theano/gpuarray/c_code/dimshuffle.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_base.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_batchnorm.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_batchnorm_base.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_batchnorm_grad.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_batchnorm_inf.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_conv_base.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_dropout_desc.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_dropout_fwd.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_fwd.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_gi.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_gw.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_pool.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_pool_grad.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_redux.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_rnn_desc.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_rnn_fwd.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_rnn_gi.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_rnn_gw.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_rnn_paramsize.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_softmax.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_softmax_grad.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_sptf_gi.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_sptf_grid.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_sptf_gt.c +${PYSITELIB}/theano/gpuarray/c_code/dnn_sptf_sampler.c +${PYSITELIB}/theano/gpuarray/c_code/gpuarray_helper.h +${PYSITELIB}/theano/gpuarray/c_code/magma_cholesky.c +${PYSITELIB}/theano/gpuarray/c_code/magma_eigh.c +${PYSITELIB}/theano/gpuarray/c_code/magma_inv.c +${PYSITELIB}/theano/gpuarray/c_code/magma_qr.c +${PYSITELIB}/theano/gpuarray/c_code/magma_svd.c +${PYSITELIB}/theano/gpuarray/c_code/pool.c +${PYSITELIB}/theano/gpuarray/c_code/pool_ave_grad.c +${PYSITELIB}/theano/gpuarray/c_code/pool_grad_grad.c +${PYSITELIB}/theano/gpuarray/c_code/pool_max_grad.c +${PYSITELIB}/theano/gpuarray/c_code/pool_max_rop.c +${PYSITELIB}/theano/gpuarray/c_code/topk_common.cuh +${PYSITELIB}/theano/gpuarray/c_code/topk_dense.cu +${PYSITELIB}/theano/gpuarray/c_code/topk_dense_large.cu +${PYSITELIB}/theano/gpuarray/ctc.py +${PYSITELIB}/theano/gpuarray/ctc.pyc +${PYSITELIB}/theano/gpuarray/ctc.pyo +${PYSITELIB}/theano/gpuarray/cudnn_defs.py +${PYSITELIB}/theano/gpuarray/cudnn_defs.pyc +${PYSITELIB}/theano/gpuarray/cudnn_defs.pyo +${PYSITELIB}/theano/gpuarray/dnn.py +${PYSITELIB}/theano/gpuarray/dnn.pyc +${PYSITELIB}/theano/gpuarray/dnn.pyo +${PYSITELIB}/theano/gpuarray/elemwise.py +${PYSITELIB}/theano/gpuarray/elemwise.pyc +${PYSITELIB}/theano/gpuarray/elemwise.pyo +${PYSITELIB}/theano/gpuarray/extra_ops.py +${PYSITELIB}/theano/gpuarray/extra_ops.pyc +${PYSITELIB}/theano/gpuarray/extra_ops.pyo +${PYSITELIB}/theano/gpuarray/fft.py +${PYSITELIB}/theano/gpuarray/fft.pyc +${PYSITELIB}/theano/gpuarray/fft.pyo +${PYSITELIB}/theano/gpuarray/fp16_help.py +${PYSITELIB}/theano/gpuarray/fp16_help.pyc +${PYSITELIB}/theano/gpuarray/fp16_help.pyo +${PYSITELIB}/theano/gpuarray/kernel_codegen.py +${PYSITELIB}/theano/gpuarray/kernel_codegen.pyc +${PYSITELIB}/theano/gpuarray/kernel_codegen.pyo +${PYSITELIB}/theano/gpuarray/linalg.py +${PYSITELIB}/theano/gpuarray/linalg.pyc +${PYSITELIB}/theano/gpuarray/linalg.pyo +${PYSITELIB}/theano/gpuarray/multinomial.py +${PYSITELIB}/theano/gpuarray/multinomial.pyc +${PYSITELIB}/theano/gpuarray/multinomial.pyo +${PYSITELIB}/theano/gpuarray/neighbours.py +${PYSITELIB}/theano/gpuarray/neighbours.pyc +${PYSITELIB}/theano/gpuarray/neighbours.pyo +${PYSITELIB}/theano/gpuarray/nerv.py +${PYSITELIB}/theano/gpuarray/nerv.pyc +${PYSITELIB}/theano/gpuarray/nerv.pyo +${PYSITELIB}/theano/gpuarray/nnet.py +${PYSITELIB}/theano/gpuarray/nnet.pyc +${PYSITELIB}/theano/gpuarray/nnet.pyo +${PYSITELIB}/theano/gpuarray/opt.py +${PYSITELIB}/theano/gpuarray/opt.pyc +${PYSITELIB}/theano/gpuarray/opt.pyo +${PYSITELIB}/theano/gpuarray/opt_util.py +${PYSITELIB}/theano/gpuarray/opt_util.pyc +${PYSITELIB}/theano/gpuarray/opt_util.pyo +${PYSITELIB}/theano/gpuarray/pool.py +${PYSITELIB}/theano/gpuarray/pool.pyc +${PYSITELIB}/theano/gpuarray/pool.pyo +${PYSITELIB}/theano/gpuarray/reduction.py +${PYSITELIB}/theano/gpuarray/reduction.pyc +${PYSITELIB}/theano/gpuarray/reduction.pyo +${PYSITELIB}/theano/gpuarray/rng_mrg.py +${PYSITELIB}/theano/gpuarray/rng_mrg.pyc +${PYSITELIB}/theano/gpuarray/rng_mrg.pyo +${PYSITELIB}/theano/gpuarray/sort.py +${PYSITELIB}/theano/gpuarray/sort.pyc +${PYSITELIB}/theano/gpuarray/sort.pyo +${PYSITELIB}/theano/gpuarray/subtensor.py +${PYSITELIB}/theano/gpuarray/subtensor.pyc +${PYSITELIB}/theano/gpuarray/subtensor.pyo +${PYSITELIB}/theano/gpuarray/tests/GpuArray.pkl +${PYSITELIB}/theano/gpuarray/tests/__init__.py +${PYSITELIB}/theano/gpuarray/tests/__init__.pyc +${PYSITELIB}/theano/gpuarray/tests/__init__.pyo +${PYSITELIB}/theano/gpuarray/tests/c_code/tstgpueye.c +${PYSITELIB}/theano/gpuarray/tests/check_dnn_conv.py +${PYSITELIB}/theano/gpuarray/tests/check_dnn_conv.pyc +${PYSITELIB}/theano/gpuarray/tests/check_dnn_conv.pyo +${PYSITELIB}/theano/gpuarray/tests/config.py +${PYSITELIB}/theano/gpuarray/tests/config.pyc +${PYSITELIB}/theano/gpuarray/tests/config.pyo +${PYSITELIB}/theano/gpuarray/tests/rnn_support.py +${PYSITELIB}/theano/gpuarray/tests/rnn_support.pyc +${PYSITELIB}/theano/gpuarray/tests/rnn_support.pyo +${PYSITELIB}/theano/gpuarray/tests/run_dnn_conv.py +${PYSITELIB}/theano/gpuarray/tests/run_dnn_conv.pyc +${PYSITELIB}/theano/gpuarray/tests/run_dnn_conv.pyo +${PYSITELIB}/theano/gpuarray/tests/test_abstractconv.py +${PYSITELIB}/theano/gpuarray/tests/test_abstractconv.pyc +${PYSITELIB}/theano/gpuarray/tests/test_abstractconv.pyo +${PYSITELIB}/theano/gpuarray/tests/test_basic_ops.py +${PYSITELIB}/theano/gpuarray/tests/test_basic_ops.pyc +${PYSITELIB}/theano/gpuarray/tests/test_basic_ops.pyo +${PYSITELIB}/theano/gpuarray/tests/test_blas.py +${PYSITELIB}/theano/gpuarray/tests/test_blas.pyc +${PYSITELIB}/theano/gpuarray/tests/test_blas.pyo +${PYSITELIB}/theano/gpuarray/tests/test_blocksparse.py +${PYSITELIB}/theano/gpuarray/tests/test_blocksparse.pyc +${PYSITELIB}/theano/gpuarray/tests/test_blocksparse.pyo +${PYSITELIB}/theano/gpuarray/tests/test_cgpukernelbase.py +${PYSITELIB}/theano/gpuarray/tests/test_cgpukernelbase.pyc +${PYSITELIB}/theano/gpuarray/tests/test_cgpukernelbase.pyo +${PYSITELIB}/theano/gpuarray/tests/test_ctc.py +${PYSITELIB}/theano/gpuarray/tests/test_ctc.pyc +${PYSITELIB}/theano/gpuarray/tests/test_ctc.pyo +${PYSITELIB}/theano/gpuarray/tests/test_dnn.py +${PYSITELIB}/theano/gpuarray/tests/test_dnn.pyc +${PYSITELIB}/theano/gpuarray/tests/test_dnn.pyo +${PYSITELIB}/theano/gpuarray/tests/test_elemwise.py +${PYSITELIB}/theano/gpuarray/tests/test_elemwise.pyc +${PYSITELIB}/theano/gpuarray/tests/test_elemwise.pyo +${PYSITELIB}/theano/gpuarray/tests/test_extra_ops.py +${PYSITELIB}/theano/gpuarray/tests/test_extra_ops.pyc +${PYSITELIB}/theano/gpuarray/tests/test_extra_ops.pyo +${PYSITELIB}/theano/gpuarray/tests/test_fft.py +${PYSITELIB}/theano/gpuarray/tests/test_fft.pyc +${PYSITELIB}/theano/gpuarray/tests/test_fft.pyo +${PYSITELIB}/theano/gpuarray/tests/test_gemmcorr.py +${PYSITELIB}/theano/gpuarray/tests/test_gemmcorr.pyc +${PYSITELIB}/theano/gpuarray/tests/test_gemmcorr.pyo +${PYSITELIB}/theano/gpuarray/tests/test_gemmcorr3d.py +${PYSITELIB}/theano/gpuarray/tests/test_gemmcorr3d.pyc +${PYSITELIB}/theano/gpuarray/tests/test_gemmcorr3d.pyo +${PYSITELIB}/theano/gpuarray/tests/test_gpuarray_multinomial_wo_replacement.pkl +${PYSITELIB}/theano/gpuarray/tests/test_linalg.py +${PYSITELIB}/theano/gpuarray/tests/test_linalg.pyc +${PYSITELIB}/theano/gpuarray/tests/test_linalg.pyo +${PYSITELIB}/theano/gpuarray/tests/test_misc.py +${PYSITELIB}/theano/gpuarray/tests/test_misc.pyc +${PYSITELIB}/theano/gpuarray/tests/test_misc.pyo +${PYSITELIB}/theano/gpuarray/tests/test_multinomial.py +${PYSITELIB}/theano/gpuarray/tests/test_multinomial.pyc +${PYSITELIB}/theano/gpuarray/tests/test_multinomial.pyo +${PYSITELIB}/theano/gpuarray/tests/test_neighbours.py +${PYSITELIB}/theano/gpuarray/tests/test_neighbours.pyc +${PYSITELIB}/theano/gpuarray/tests/test_neighbours.pyo +${PYSITELIB}/theano/gpuarray/tests/test_nnet.py +${PYSITELIB}/theano/gpuarray/tests/test_nnet.pyc +${PYSITELIB}/theano/gpuarray/tests/test_nnet.pyo +${PYSITELIB}/theano/gpuarray/tests/test_opt.py +${PYSITELIB}/theano/gpuarray/tests/test_opt.pyc +${PYSITELIB}/theano/gpuarray/tests/test_opt.pyo +${PYSITELIB}/theano/gpuarray/tests/test_others.py +${PYSITELIB}/theano/gpuarray/tests/test_others.pyc +${PYSITELIB}/theano/gpuarray/tests/test_others.pyo +${PYSITELIB}/theano/gpuarray/tests/test_pickle.py +${PYSITELIB}/theano/gpuarray/tests/test_pickle.pyc +${PYSITELIB}/theano/gpuarray/tests/test_pickle.pyo +${PYSITELIB}/theano/gpuarray/tests/test_pool.py +${PYSITELIB}/theano/gpuarray/tests/test_pool.pyc +${PYSITELIB}/theano/gpuarray/tests/test_pool.pyo +${PYSITELIB}/theano/gpuarray/tests/test_reduction.py +${PYSITELIB}/theano/gpuarray/tests/test_reduction.pyc +${PYSITELIB}/theano/gpuarray/tests/test_reduction.pyo +${PYSITELIB}/theano/gpuarray/tests/test_rng_mrg.py +${PYSITELIB}/theano/gpuarray/tests/test_rng_mrg.pyc +${PYSITELIB}/theano/gpuarray/tests/test_rng_mrg.pyo +${PYSITELIB}/theano/gpuarray/tests/test_scan.py +${PYSITELIB}/theano/gpuarray/tests/test_scan.pyc +${PYSITELIB}/theano/gpuarray/tests/test_scan.pyo +${PYSITELIB}/theano/gpuarray/tests/test_sort.py +${PYSITELIB}/theano/gpuarray/tests/test_sort.pyc +${PYSITELIB}/theano/gpuarray/tests/test_sort.pyo +${PYSITELIB}/theano/gpuarray/tests/test_subtensor.py +${PYSITELIB}/theano/gpuarray/tests/test_subtensor.pyc +${PYSITELIB}/theano/gpuarray/tests/test_subtensor.pyo +${PYSITELIB}/theano/gpuarray/tests/test_type.py +${PYSITELIB}/theano/gpuarray/tests/test_type.pyc +${PYSITELIB}/theano/gpuarray/tests/test_type.pyo +${PYSITELIB}/theano/gpuarray/type.py +${PYSITELIB}/theano/gpuarray/type.pyc +${PYSITELIB}/theano/gpuarray/type.pyo +${PYSITELIB}/theano/gradient.py +${PYSITELIB}/theano/gradient.pyc +${PYSITELIB}/theano/gradient.pyo +${PYSITELIB}/theano/ifelse.py +${PYSITELIB}/theano/ifelse.pyc +${PYSITELIB}/theano/ifelse.pyo +${PYSITELIB}/theano/misc/__init__.py +${PYSITELIB}/theano/misc/__init__.pyc +${PYSITELIB}/theano/misc/__init__.pyo +${PYSITELIB}/theano/misc/buildbot_filter.py +${PYSITELIB}/theano/misc/buildbot_filter.pyc +${PYSITELIB}/theano/misc/buildbot_filter.pyo +${PYSITELIB}/theano/misc/burn_gpu.py +${PYSITELIB}/theano/misc/burn_gpu.pyc +${PYSITELIB}/theano/misc/burn_gpu.pyo +${PYSITELIB}/theano/misc/check_blas.py +${PYSITELIB}/theano/misc/check_blas.pyc +${PYSITELIB}/theano/misc/check_blas.pyo +${PYSITELIB}/theano/misc/check_blas_many.sh +${PYSITELIB}/theano/misc/check_duplicate_key.py +${PYSITELIB}/theano/misc/check_duplicate_key.pyc +${PYSITELIB}/theano/misc/check_duplicate_key.pyo +${PYSITELIB}/theano/misc/check_multi_gpu.py +${PYSITELIB}/theano/misc/check_multi_gpu.pyc +${PYSITELIB}/theano/misc/check_multi_gpu.pyo +${PYSITELIB}/theano/misc/cpucount.py +${PYSITELIB}/theano/misc/cpucount.pyc +${PYSITELIB}/theano/misc/cpucount.pyo +${PYSITELIB}/theano/misc/doubleop.py +${PYSITELIB}/theano/misc/doubleop.pyc +${PYSITELIB}/theano/misc/doubleop.pyo +${PYSITELIB}/theano/misc/elemwise_openmp_speedup.py +${PYSITELIB}/theano/misc/elemwise_openmp_speedup.pyc +${PYSITELIB}/theano/misc/elemwise_openmp_speedup.pyo +${PYSITELIB}/theano/misc/elemwise_time_test.py +${PYSITELIB}/theano/misc/elemwise_time_test.pyc +${PYSITELIB}/theano/misc/elemwise_time_test.pyo +${PYSITELIB}/theano/misc/frozendict.py +${PYSITELIB}/theano/misc/frozendict.pyc +${PYSITELIB}/theano/misc/frozendict.pyo +${PYSITELIB}/theano/misc/gh_api.py +${PYSITELIB}/theano/misc/gh_api.pyc +${PYSITELIB}/theano/misc/gh_api.pyo +${PYSITELIB}/theano/misc/latence_gpu_transfert.py +${PYSITELIB}/theano/misc/latence_gpu_transfert.pyc +${PYSITELIB}/theano/misc/latence_gpu_transfert.pyo +${PYSITELIB}/theano/misc/may_share_memory.py +${PYSITELIB}/theano/misc/may_share_memory.pyc +${PYSITELIB}/theano/misc/may_share_memory.pyo +${PYSITELIB}/theano/misc/ordered_set.py +${PYSITELIB}/theano/misc/ordered_set.pyc +${PYSITELIB}/theano/misc/ordered_set.pyo +${PYSITELIB}/theano/misc/pkl_utils.py +${PYSITELIB}/theano/misc/pkl_utils.pyc +${PYSITELIB}/theano/misc/pkl_utils.pyo +${PYSITELIB}/theano/misc/safe_asarray.py +${PYSITELIB}/theano/misc/safe_asarray.pyc +${PYSITELIB}/theano/misc/safe_asarray.pyo +${PYSITELIB}/theano/misc/strutil.py +${PYSITELIB}/theano/misc/strutil.pyc +${PYSITELIB}/theano/misc/strutil.pyo +${PYSITELIB}/theano/misc/tests/__init__.py +${PYSITELIB}/theano/misc/tests/__init__.pyc +${PYSITELIB}/theano/misc/tests/__init__.pyo +${PYSITELIB}/theano/misc/tests/test_may_share_memory.py +${PYSITELIB}/theano/misc/tests/test_may_share_memory.pyc +${PYSITELIB}/theano/misc/tests/test_may_share_memory.pyo +${PYSITELIB}/theano/misc/tests/test_pkl_utils.py +${PYSITELIB}/theano/misc/tests/test_pkl_utils.pyc +${PYSITELIB}/theano/misc/tests/test_pkl_utils.pyo +${PYSITELIB}/theano/misc/windows.py +${PYSITELIB}/theano/misc/windows.pyc +${PYSITELIB}/theano/misc/windows.pyo +${PYSITELIB}/theano/pathparse.py +${PYSITELIB}/theano/pathparse.pyc +${PYSITELIB}/theano/pathparse.pyo +${PYSITELIB}/theano/printing.py +${PYSITELIB}/theano/printing.pyc +${PYSITELIB}/theano/printing.pyo +${PYSITELIB}/theano/raise_op.py +${PYSITELIB}/theano/raise_op.pyc +${PYSITELIB}/theano/raise_op.pyo +${PYSITELIB}/theano/sandbox/__init__.py +${PYSITELIB}/theano/sandbox/__init__.pyc +${PYSITELIB}/theano/sandbox/__init__.pyo +${PYSITELIB}/theano/sandbox/blocksparse.py +${PYSITELIB}/theano/sandbox/blocksparse.pyc +${PYSITELIB}/theano/sandbox/blocksparse.pyo +${PYSITELIB}/theano/sandbox/conv.py +${PYSITELIB}/theano/sandbox/conv.pyc +${PYSITELIB}/theano/sandbox/conv.pyo +${PYSITELIB}/theano/sandbox/cuda/__init__.py +${PYSITELIB}/theano/sandbox/cuda/__init__.pyc +${PYSITELIB}/theano/sandbox/cuda/__init__.pyo +${PYSITELIB}/theano/sandbox/fourier.py +${PYSITELIB}/theano/sandbox/fourier.pyc +${PYSITELIB}/theano/sandbox/fourier.pyo +${PYSITELIB}/theano/sandbox/linalg/__init__.py +${PYSITELIB}/theano/sandbox/linalg/__init__.pyc +${PYSITELIB}/theano/sandbox/linalg/__init__.pyo +${PYSITELIB}/theano/sandbox/linalg/ops.py +${PYSITELIB}/theano/sandbox/linalg/ops.pyc +${PYSITELIB}/theano/sandbox/linalg/ops.pyo +${PYSITELIB}/theano/sandbox/linalg/tests/__init__.py +${PYSITELIB}/theano/sandbox/linalg/tests/__init__.pyc +${PYSITELIB}/theano/sandbox/linalg/tests/__init__.pyo +${PYSITELIB}/theano/sandbox/linalg/tests/test_linalg.py +${PYSITELIB}/theano/sandbox/linalg/tests/test_linalg.pyc +${PYSITELIB}/theano/sandbox/linalg/tests/test_linalg.pyo +${PYSITELIB}/theano/sandbox/minimal.py +${PYSITELIB}/theano/sandbox/minimal.pyc +${PYSITELIB}/theano/sandbox/minimal.pyo +${PYSITELIB}/theano/sandbox/multinomial.py +${PYSITELIB}/theano/sandbox/multinomial.pyc +${PYSITELIB}/theano/sandbox/multinomial.pyo +${PYSITELIB}/theano/sandbox/neighbours.py +${PYSITELIB}/theano/sandbox/neighbours.pyc +${PYSITELIB}/theano/sandbox/neighbours.pyo +${PYSITELIB}/theano/sandbox/rng_mrg.py +${PYSITELIB}/theano/sandbox/rng_mrg.pyc +${PYSITELIB}/theano/sandbox/rng_mrg.pyo +${PYSITELIB}/theano/sandbox/samples_MRG31k3p_12_7_5.txt +${PYSITELIB}/theano/sandbox/softsign.py +${PYSITELIB}/theano/sandbox/softsign.pyc +${PYSITELIB}/theano/sandbox/softsign.pyo +${PYSITELIB}/theano/sandbox/solve.py +${PYSITELIB}/theano/sandbox/solve.pyc +${PYSITELIB}/theano/sandbox/solve.pyo +${PYSITELIB}/theano/sandbox/tests/__init__.py +${PYSITELIB}/theano/sandbox/tests/__init__.pyc +${PYSITELIB}/theano/sandbox/tests/__init__.pyo +${PYSITELIB}/theano/sandbox/tests/multinomial_test_graph.pkl +${PYSITELIB}/theano/sandbox/tests/test_multinomial.py +${PYSITELIB}/theano/sandbox/tests/test_multinomial.pyc +${PYSITELIB}/theano/sandbox/tests/test_multinomial.pyo +${PYSITELIB}/theano/sandbox/tests/test_multinomial_wo_replacement.py +${PYSITELIB}/theano/sandbox/tests/test_multinomial_wo_replacement.pyc +${PYSITELIB}/theano/sandbox/tests/test_multinomial_wo_replacement.pyo +${PYSITELIB}/theano/sandbox/tests/test_rng_mrg.py +${PYSITELIB}/theano/sandbox/tests/test_rng_mrg.pyc +${PYSITELIB}/theano/sandbox/tests/test_rng_mrg.pyo +${PYSITELIB}/theano/sandbox/tests/test_sandbox_multinomial_wo_replacement.pkl +${PYSITELIB}/theano/scalar/__init__.py +${PYSITELIB}/theano/scalar/__init__.pyc +${PYSITELIB}/theano/scalar/__init__.pyo +${PYSITELIB}/theano/scalar/basic.py +${PYSITELIB}/theano/scalar/basic.pyc +${PYSITELIB}/theano/scalar/basic.pyo +${PYSITELIB}/theano/scalar/basic_scipy.py +${PYSITELIB}/theano/scalar/basic_scipy.pyc +${PYSITELIB}/theano/scalar/basic_scipy.pyo +${PYSITELIB}/theano/scalar/basic_sympy.py +${PYSITELIB}/theano/scalar/basic_sympy.pyc +${PYSITELIB}/theano/scalar/basic_sympy.pyo +${PYSITELIB}/theano/scalar/sharedvar.py +${PYSITELIB}/theano/scalar/sharedvar.pyc +${PYSITELIB}/theano/scalar/sharedvar.pyo +${PYSITELIB}/theano/scalar/tests/__init__.py +${PYSITELIB}/theano/scalar/tests/__init__.pyc +${PYSITELIB}/theano/scalar/tests/__init__.pyo +${PYSITELIB}/theano/scalar/tests/test_basic.py +${PYSITELIB}/theano/scalar/tests/test_basic.pyc +${PYSITELIB}/theano/scalar/tests/test_basic.pyo +${PYSITELIB}/theano/scalar/tests/test_basic_sympy.py +${PYSITELIB}/theano/scalar/tests/test_basic_sympy.pyc +${PYSITELIB}/theano/scalar/tests/test_basic_sympy.pyo +${PYSITELIB}/theano/scalar/tests/test_div_future.py +${PYSITELIB}/theano/scalar/tests/test_div_future.pyc +${PYSITELIB}/theano/scalar/tests/test_div_future.pyo +${PYSITELIB}/theano/scalar/tests/test_div_no_future.py +${PYSITELIB}/theano/scalar/tests/test_div_no_future.pyc +${PYSITELIB}/theano/scalar/tests/test_div_no_future.pyo +${PYSITELIB}/theano/scan_module/__init__.py +${PYSITELIB}/theano/scan_module/__init__.pyc +${PYSITELIB}/theano/scan_module/__init__.pyo +${PYSITELIB}/theano/scan_module/c_code/scan_perform.c +${PYSITELIB}/theano/scan_module/scan.py +${PYSITELIB}/theano/scan_module/scan.pyc +${PYSITELIB}/theano/scan_module/scan.pyo +${PYSITELIB}/theano/scan_module/scan_checkpoints.py +${PYSITELIB}/theano/scan_module/scan_checkpoints.pyc +${PYSITELIB}/theano/scan_module/scan_checkpoints.pyo +${PYSITELIB}/theano/scan_module/scan_op.py +${PYSITELIB}/theano/scan_module/scan_op.pyc +${PYSITELIB}/theano/scan_module/scan_op.pyo +${PYSITELIB}/theano/scan_module/scan_opt.py +${PYSITELIB}/theano/scan_module/scan_opt.pyc +${PYSITELIB}/theano/scan_module/scan_opt.pyo +${PYSITELIB}/theano/scan_module/scan_perform_ext.py +${PYSITELIB}/theano/scan_module/scan_perform_ext.pyc +${PYSITELIB}/theano/scan_module/scan_perform_ext.pyo +${PYSITELIB}/theano/scan_module/scan_utils.py +${PYSITELIB}/theano/scan_module/scan_utils.pyc +${PYSITELIB}/theano/scan_module/scan_utils.pyo +${PYSITELIB}/theano/scan_module/scan_views.py +${PYSITELIB}/theano/scan_module/scan_views.pyc +${PYSITELIB}/theano/scan_module/scan_views.pyo +${PYSITELIB}/theano/scan_module/tests/__init__.py +${PYSITELIB}/theano/scan_module/tests/__init__.pyc +${PYSITELIB}/theano/scan_module/tests/__init__.pyo +${PYSITELIB}/theano/scan_module/tests/test_scan.py +${PYSITELIB}/theano/scan_module/tests/test_scan.pyc +${PYSITELIB}/theano/scan_module/tests/test_scan.pyo +${PYSITELIB}/theano/scan_module/tests/test_scan_checkpoints.py +${PYSITELIB}/theano/scan_module/tests/test_scan_checkpoints.pyc +${PYSITELIB}/theano/scan_module/tests/test_scan_checkpoints.pyo +${PYSITELIB}/theano/scan_module/tests/test_scan_opt.py +${PYSITELIB}/theano/scan_module/tests/test_scan_opt.pyc +${PYSITELIB}/theano/scan_module/tests/test_scan_opt.pyo +${PYSITELIB}/theano/scan_module/tests/test_scan_utils.py +${PYSITELIB}/theano/scan_module/tests/test_scan_utils.pyc +${PYSITELIB}/theano/scan_module/tests/test_scan_utils.pyo +${PYSITELIB}/theano/sparse/__init__.py +${PYSITELIB}/theano/sparse/__init__.pyc +${PYSITELIB}/theano/sparse/__init__.pyo +${PYSITELIB}/theano/sparse/basic.py +${PYSITELIB}/theano/sparse/basic.pyc +${PYSITELIB}/theano/sparse/basic.pyo +${PYSITELIB}/theano/sparse/opt.py +${PYSITELIB}/theano/sparse/opt.pyc +${PYSITELIB}/theano/sparse/opt.pyo +${PYSITELIB}/theano/sparse/sandbox/__init__.py +${PYSITELIB}/theano/sparse/sandbox/__init__.pyc +${PYSITELIB}/theano/sparse/sandbox/__init__.pyo +${PYSITELIB}/theano/sparse/sandbox/sp.py +${PYSITELIB}/theano/sparse/sandbox/sp.pyc +${PYSITELIB}/theano/sparse/sandbox/sp.pyo +${PYSITELIB}/theano/sparse/sandbox/sp2.py +${PYSITELIB}/theano/sparse/sandbox/sp2.pyc +${PYSITELIB}/theano/sparse/sandbox/sp2.pyo +${PYSITELIB}/theano/sparse/sandbox/test_sp.py +${PYSITELIB}/theano/sparse/sandbox/test_sp.pyc +${PYSITELIB}/theano/sparse/sandbox/test_sp.pyo +${PYSITELIB}/theano/sparse/sandbox/truedot.py +${PYSITELIB}/theano/sparse/sandbox/truedot.pyc +${PYSITELIB}/theano/sparse/sandbox/truedot.pyo +${PYSITELIB}/theano/sparse/sharedvar.py +${PYSITELIB}/theano/sparse/sharedvar.pyc +${PYSITELIB}/theano/sparse/sharedvar.pyo +${PYSITELIB}/theano/sparse/tests/__init__.py +${PYSITELIB}/theano/sparse/tests/__init__.pyc +${PYSITELIB}/theano/sparse/tests/__init__.pyo +${PYSITELIB}/theano/sparse/tests/test_basic.py +${PYSITELIB}/theano/sparse/tests/test_basic.pyc +${PYSITELIB}/theano/sparse/tests/test_basic.pyo +${PYSITELIB}/theano/sparse/tests/test_opt.py +${PYSITELIB}/theano/sparse/tests/test_opt.pyc +${PYSITELIB}/theano/sparse/tests/test_opt.pyo +${PYSITELIB}/theano/sparse/tests/test_sp2.py +${PYSITELIB}/theano/sparse/tests/test_sp2.pyc +${PYSITELIB}/theano/sparse/tests/test_sp2.pyo +${PYSITELIB}/theano/sparse/tests/test_type.py +${PYSITELIB}/theano/sparse/tests/test_type.pyc +${PYSITELIB}/theano/sparse/tests/test_type.pyo +${PYSITELIB}/theano/sparse/tests/test_utils.py +${PYSITELIB}/theano/sparse/tests/test_utils.pyc +${PYSITELIB}/theano/sparse/tests/test_utils.pyo +${PYSITELIB}/theano/sparse/type.py +${PYSITELIB}/theano/sparse/type.pyc +${PYSITELIB}/theano/sparse/type.pyo +${PYSITELIB}/theano/sparse/utils.py +${PYSITELIB}/theano/sparse/utils.pyc +${PYSITELIB}/theano/sparse/utils.pyo +${PYSITELIB}/theano/tensor/__init__.py +${PYSITELIB}/theano/tensor/__init__.pyc +${PYSITELIB}/theano/tensor/__init__.pyo +${PYSITELIB}/theano/tensor/basic.py +${PYSITELIB}/theano/tensor/basic.pyc +${PYSITELIB}/theano/tensor/basic.pyo +${PYSITELIB}/theano/tensor/blas.py +${PYSITELIB}/theano/tensor/blas.pyc +${PYSITELIB}/theano/tensor/blas.pyo +${PYSITELIB}/theano/tensor/blas_c.py +${PYSITELIB}/theano/tensor/blas_c.pyc +${PYSITELIB}/theano/tensor/blas_c.pyo +${PYSITELIB}/theano/tensor/blas_headers.py +${PYSITELIB}/theano/tensor/blas_headers.pyc +${PYSITELIB}/theano/tensor/blas_headers.pyo +${PYSITELIB}/theano/tensor/blas_scipy.py +${PYSITELIB}/theano/tensor/blas_scipy.pyc +${PYSITELIB}/theano/tensor/blas_scipy.pyo +${PYSITELIB}/theano/tensor/c_code/alt_blas_common.h +${PYSITELIB}/theano/tensor/c_code/alt_blas_template.c +${PYSITELIB}/theano/tensor/c_code/dimshuffle.c +${PYSITELIB}/theano/tensor/elemwise.py +${PYSITELIB}/theano/tensor/elemwise.pyc +${PYSITELIB}/theano/tensor/elemwise.pyo +${PYSITELIB}/theano/tensor/elemwise_cgen.py +${PYSITELIB}/theano/tensor/elemwise_cgen.pyc +${PYSITELIB}/theano/tensor/elemwise_cgen.pyo +${PYSITELIB}/theano/tensor/extra_ops.py +${PYSITELIB}/theano/tensor/extra_ops.pyc +${PYSITELIB}/theano/tensor/extra_ops.pyo +${PYSITELIB}/theano/tensor/fft.py +${PYSITELIB}/theano/tensor/fft.pyc +${PYSITELIB}/theano/tensor/fft.pyo +${PYSITELIB}/theano/tensor/fourier.py +${PYSITELIB}/theano/tensor/fourier.pyc +${PYSITELIB}/theano/tensor/fourier.pyo +${PYSITELIB}/theano/tensor/inc_code.py +${PYSITELIB}/theano/tensor/inc_code.pyc +${PYSITELIB}/theano/tensor/inc_code.pyo +${PYSITELIB}/theano/tensor/inplace.py +${PYSITELIB}/theano/tensor/inplace.pyc +${PYSITELIB}/theano/tensor/inplace.pyo +${PYSITELIB}/theano/tensor/io.py +${PYSITELIB}/theano/tensor/io.pyc +${PYSITELIB}/theano/tensor/io.pyo +${PYSITELIB}/theano/tensor/nlinalg.py +${PYSITELIB}/theano/tensor/nlinalg.pyc +${PYSITELIB}/theano/tensor/nlinalg.pyo +${PYSITELIB}/theano/tensor/nnet/__init__.py +${PYSITELIB}/theano/tensor/nnet/__init__.pyc +${PYSITELIB}/theano/tensor/nnet/__init__.pyo +${PYSITELIB}/theano/tensor/nnet/abstract_conv.py +${PYSITELIB}/theano/tensor/nnet/abstract_conv.pyc +${PYSITELIB}/theano/tensor/nnet/abstract_conv.pyo +${PYSITELIB}/theano/tensor/nnet/blocksparse.py +${PYSITELIB}/theano/tensor/nnet/blocksparse.pyc +${PYSITELIB}/theano/tensor/nnet/blocksparse.pyo +${PYSITELIB}/theano/tensor/nnet/bn.py +${PYSITELIB}/theano/tensor/nnet/bn.pyc +${PYSITELIB}/theano/tensor/nnet/bn.pyo +${PYSITELIB}/theano/tensor/nnet/c_code/corr3d_gemm.c +${PYSITELIB}/theano/tensor/nnet/c_code/corr_gemm.c +${PYSITELIB}/theano/tensor/nnet/c_code/ctc_wrapper.c +${PYSITELIB}/theano/tensor/nnet/conv.py +${PYSITELIB}/theano/tensor/nnet/conv.pyc +${PYSITELIB}/theano/tensor/nnet/conv.pyo +${PYSITELIB}/theano/tensor/nnet/conv3d2d.py +${PYSITELIB}/theano/tensor/nnet/conv3d2d.pyc +${PYSITELIB}/theano/tensor/nnet/conv3d2d.pyo +${PYSITELIB}/theano/tensor/nnet/corr.py +${PYSITELIB}/theano/tensor/nnet/corr.pyc +${PYSITELIB}/theano/tensor/nnet/corr.pyo +${PYSITELIB}/theano/tensor/nnet/corr3d.py +${PYSITELIB}/theano/tensor/nnet/corr3d.pyc +${PYSITELIB}/theano/tensor/nnet/corr3d.pyo +${PYSITELIB}/theano/tensor/nnet/ctc.py +${PYSITELIB}/theano/tensor/nnet/ctc.pyc +${PYSITELIB}/theano/tensor/nnet/ctc.pyo +${PYSITELIB}/theano/tensor/nnet/neighbours.py +${PYSITELIB}/theano/tensor/nnet/neighbours.pyc +${PYSITELIB}/theano/tensor/nnet/neighbours.pyo +${PYSITELIB}/theano/tensor/nnet/nnet.py +${PYSITELIB}/theano/tensor/nnet/nnet.pyc +${PYSITELIB}/theano/tensor/nnet/nnet.pyo +${PYSITELIB}/theano/tensor/nnet/opt.py +${PYSITELIB}/theano/tensor/nnet/opt.pyc +${PYSITELIB}/theano/tensor/nnet/opt.pyo +${PYSITELIB}/theano/tensor/nnet/sigm.py +${PYSITELIB}/theano/tensor/nnet/sigm.pyc +${PYSITELIB}/theano/tensor/nnet/sigm.pyo +${PYSITELIB}/theano/tensor/nnet/tests/__init__.py +${PYSITELIB}/theano/tensor/nnet/tests/__init__.pyc +${PYSITELIB}/theano/tensor/nnet/tests/__init__.pyo +${PYSITELIB}/theano/tensor/nnet/tests/speed_test_conv.py +${PYSITELIB}/theano/tensor/nnet/tests/speed_test_conv.pyc +${PYSITELIB}/theano/tensor/nnet/tests/speed_test_conv.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_abstract_conv.py +${PYSITELIB}/theano/tensor/nnet/tests/test_abstract_conv.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_abstract_conv.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_blocksparse.py +${PYSITELIB}/theano/tensor/nnet/tests/test_blocksparse.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_blocksparse.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_bn.py +${PYSITELIB}/theano/tensor/nnet/tests/test_bn.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_bn.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_conv.py +${PYSITELIB}/theano/tensor/nnet/tests/test_conv.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_conv.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d2d.py +${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d2d.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d2d.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_corr.py +${PYSITELIB}/theano/tensor/nnet/tests/test_corr.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_corr.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_corr3d.py +${PYSITELIB}/theano/tensor/nnet/tests/test_corr3d.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_corr3d.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_ctc.py +${PYSITELIB}/theano/tensor/nnet/tests/test_ctc.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_ctc.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_neighbours.py +${PYSITELIB}/theano/tensor/nnet/tests/test_neighbours.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_neighbours.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_nnet.py +${PYSITELIB}/theano/tensor/nnet/tests/test_nnet.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_nnet.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_opt.py +${PYSITELIB}/theano/tensor/nnet/tests/test_opt.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_opt.pyo +${PYSITELIB}/theano/tensor/nnet/tests/test_sigm.py +${PYSITELIB}/theano/tensor/nnet/tests/test_sigm.pyc +${PYSITELIB}/theano/tensor/nnet/tests/test_sigm.pyo +${PYSITELIB}/theano/tensor/opt.py +${PYSITELIB}/theano/tensor/opt.pyc +${PYSITELIB}/theano/tensor/opt.pyo +${PYSITELIB}/theano/tensor/opt_uncanonicalize.py +${PYSITELIB}/theano/tensor/opt_uncanonicalize.pyc +${PYSITELIB}/theano/tensor/opt_uncanonicalize.pyo +${PYSITELIB}/theano/tensor/raw_random.py +${PYSITELIB}/theano/tensor/raw_random.pyc +${PYSITELIB}/theano/tensor/raw_random.pyo +${PYSITELIB}/theano/tensor/shared_randomstreams.py +${PYSITELIB}/theano/tensor/shared_randomstreams.pyc +${PYSITELIB}/theano/tensor/shared_randomstreams.pyo +${PYSITELIB}/theano/tensor/sharedvar.py +${PYSITELIB}/theano/tensor/sharedvar.pyc +${PYSITELIB}/theano/tensor/sharedvar.pyo +${PYSITELIB}/theano/tensor/signal/__init__.py +${PYSITELIB}/theano/tensor/signal/__init__.pyc +${PYSITELIB}/theano/tensor/signal/__init__.pyo +${PYSITELIB}/theano/tensor/signal/conv.py +${PYSITELIB}/theano/tensor/signal/conv.pyc +${PYSITELIB}/theano/tensor/signal/conv.pyo +${PYSITELIB}/theano/tensor/signal/pool.py +${PYSITELIB}/theano/tensor/signal/pool.pyc +${PYSITELIB}/theano/tensor/signal/pool.pyo +${PYSITELIB}/theano/tensor/signal/tests/__init__.py +${PYSITELIB}/theano/tensor/signal/tests/__init__.pyc +${PYSITELIB}/theano/tensor/signal/tests/__init__.pyo +${PYSITELIB}/theano/tensor/signal/tests/old_pool_interface.pkl +${PYSITELIB}/theano/tensor/signal/tests/test_conv.py +${PYSITELIB}/theano/tensor/signal/tests/test_conv.pyc +${PYSITELIB}/theano/tensor/signal/tests/test_conv.pyo +${PYSITELIB}/theano/tensor/signal/tests/test_pool.py +${PYSITELIB}/theano/tensor/signal/tests/test_pool.pyc +${PYSITELIB}/theano/tensor/signal/tests/test_pool.pyo +${PYSITELIB}/theano/tensor/slinalg.py +${PYSITELIB}/theano/tensor/slinalg.pyc +${PYSITELIB}/theano/tensor/slinalg.pyo +${PYSITELIB}/theano/tensor/sort.py +${PYSITELIB}/theano/tensor/sort.pyc +${PYSITELIB}/theano/tensor/sort.pyo +${PYSITELIB}/theano/tensor/subtensor.py +${PYSITELIB}/theano/tensor/subtensor.pyc +${PYSITELIB}/theano/tensor/subtensor.pyo +${PYSITELIB}/theano/tensor/tests/__init__.py +${PYSITELIB}/theano/tensor/tests/__init__.pyc +${PYSITELIB}/theano/tensor/tests/__init__.pyo +${PYSITELIB}/theano/tensor/tests/_test_mpi_roundtrip.py +${PYSITELIB}/theano/tensor/tests/_test_mpi_roundtrip.pyc +${PYSITELIB}/theano/tensor/tests/_test_mpi_roundtrip.pyo +${PYSITELIB}/theano/tensor/tests/mlp_test.py +${PYSITELIB}/theano/tensor/tests/mlp_test.pyc +${PYSITELIB}/theano/tensor/tests/mlp_test.pyo +${PYSITELIB}/theano/tensor/tests/test_basic.py +${PYSITELIB}/theano/tensor/tests/test_basic.pyc +${PYSITELIB}/theano/tensor/tests/test_basic.pyo +${PYSITELIB}/theano/tensor/tests/test_blas.py +${PYSITELIB}/theano/tensor/tests/test_blas.pyc +${PYSITELIB}/theano/tensor/tests/test_blas.pyo +${PYSITELIB}/theano/tensor/tests/test_blas_c.py +${PYSITELIB}/theano/tensor/tests/test_blas_c.pyc +${PYSITELIB}/theano/tensor/tests/test_blas_c.pyo +${PYSITELIB}/theano/tensor/tests/test_blas_scipy.py +${PYSITELIB}/theano/tensor/tests/test_blas_scipy.pyc +${PYSITELIB}/theano/tensor/tests/test_blas_scipy.pyo +${PYSITELIB}/theano/tensor/tests/test_casting.py +${PYSITELIB}/theano/tensor/tests/test_casting.pyc +${PYSITELIB}/theano/tensor/tests/test_casting.pyo +${PYSITELIB}/theano/tensor/tests/test_complex.py +${PYSITELIB}/theano/tensor/tests/test_complex.pyc +${PYSITELIB}/theano/tensor/tests/test_complex.pyo +${PYSITELIB}/theano/tensor/tests/test_elemwise.py +${PYSITELIB}/theano/tensor/tests/test_elemwise.pyc +${PYSITELIB}/theano/tensor/tests/test_elemwise.pyo +${PYSITELIB}/theano/tensor/tests/test_extra_ops.py +${PYSITELIB}/theano/tensor/tests/test_extra_ops.pyc +${PYSITELIB}/theano/tensor/tests/test_extra_ops.pyo +${PYSITELIB}/theano/tensor/tests/test_fft.py +${PYSITELIB}/theano/tensor/tests/test_fft.pyc +${PYSITELIB}/theano/tensor/tests/test_fft.pyo +${PYSITELIB}/theano/tensor/tests/test_fourier.py +${PYSITELIB}/theano/tensor/tests/test_fourier.pyc +${PYSITELIB}/theano/tensor/tests/test_fourier.pyo +${PYSITELIB}/theano/tensor/tests/test_gc.py +${PYSITELIB}/theano/tensor/tests/test_gc.pyc +${PYSITELIB}/theano/tensor/tests/test_gc.pyo +${PYSITELIB}/theano/tensor/tests/test_inc_subtensor.py +${PYSITELIB}/theano/tensor/tests/test_inc_subtensor.pyc +${PYSITELIB}/theano/tensor/tests/test_inc_subtensor.pyo +${PYSITELIB}/theano/tensor/tests/test_io.py +${PYSITELIB}/theano/tensor/tests/test_io.pyc +${PYSITELIB}/theano/tensor/tests/test_io.pyo +${PYSITELIB}/theano/tensor/tests/test_keepdims.py +${PYSITELIB}/theano/tensor/tests/test_keepdims.pyc +${PYSITELIB}/theano/tensor/tests/test_keepdims.pyo +${PYSITELIB}/theano/tensor/tests/test_merge.py +${PYSITELIB}/theano/tensor/tests/test_merge.pyc +${PYSITELIB}/theano/tensor/tests/test_merge.pyo +${PYSITELIB}/theano/tensor/tests/test_misc.py +${PYSITELIB}/theano/tensor/tests/test_misc.pyc +${PYSITELIB}/theano/tensor/tests/test_misc.pyo +${PYSITELIB}/theano/tensor/tests/test_mpi.py +${PYSITELIB}/theano/tensor/tests/test_mpi.pyc +${PYSITELIB}/theano/tensor/tests/test_mpi.pyo +${PYSITELIB}/theano/tensor/tests/test_nlinalg.py +${PYSITELIB}/theano/tensor/tests/test_nlinalg.pyc +${PYSITELIB}/theano/tensor/tests/test_nlinalg.pyo +${PYSITELIB}/theano/tensor/tests/test_opt.py +${PYSITELIB}/theano/tensor/tests/test_opt.pyc +${PYSITELIB}/theano/tensor/tests/test_opt.pyo +${PYSITELIB}/theano/tensor/tests/test_opt_uncanonicalize.py +${PYSITELIB}/theano/tensor/tests/test_opt_uncanonicalize.pyc +${PYSITELIB}/theano/tensor/tests/test_opt_uncanonicalize.pyo +${PYSITELIB}/theano/tensor/tests/test_raw_random.py +${PYSITELIB}/theano/tensor/tests/test_raw_random.pyc +${PYSITELIB}/theano/tensor/tests/test_raw_random.pyo +${PYSITELIB}/theano/tensor/tests/test_shared_randomstreams.py +${PYSITELIB}/theano/tensor/tests/test_shared_randomstreams.pyc +${PYSITELIB}/theano/tensor/tests/test_shared_randomstreams.pyo +${PYSITELIB}/theano/tensor/tests/test_sharedvar.py +${PYSITELIB}/theano/tensor/tests/test_sharedvar.pyc +${PYSITELIB}/theano/tensor/tests/test_sharedvar.pyo +${PYSITELIB}/theano/tensor/tests/test_slinalg.py +${PYSITELIB}/theano/tensor/tests/test_slinalg.pyc +${PYSITELIB}/theano/tensor/tests/test_slinalg.pyo +${PYSITELIB}/theano/tensor/tests/test_sort.py +${PYSITELIB}/theano/tensor/tests/test_sort.pyc +${PYSITELIB}/theano/tensor/tests/test_sort.pyo +${PYSITELIB}/theano/tensor/tests/test_subtensor.py +${PYSITELIB}/theano/tensor/tests/test_subtensor.pyc +${PYSITELIB}/theano/tensor/tests/test_subtensor.pyo +${PYSITELIB}/theano/tensor/tests/test_type_other.py +${PYSITELIB}/theano/tensor/tests/test_type_other.pyc +${PYSITELIB}/theano/tensor/tests/test_type_other.pyo +${PYSITELIB}/theano/tensor/tests/test_utils.py +${PYSITELIB}/theano/tensor/tests/test_utils.pyc +${PYSITELIB}/theano/tensor/tests/test_utils.pyo +${PYSITELIB}/theano/tensor/tests/test_var.py +${PYSITELIB}/theano/tensor/tests/test_var.pyc +${PYSITELIB}/theano/tensor/tests/test_var.pyo +${PYSITELIB}/theano/tensor/tests/test_xlogx.py +${PYSITELIB}/theano/tensor/tests/test_xlogx.pyc +${PYSITELIB}/theano/tensor/tests/test_xlogx.pyo +${PYSITELIB}/theano/tensor/type.py +${PYSITELIB}/theano/tensor/type.pyc +${PYSITELIB}/theano/tensor/type.pyo +${PYSITELIB}/theano/tensor/type_other.py +${PYSITELIB}/theano/tensor/type_other.pyc +${PYSITELIB}/theano/tensor/type_other.pyo +${PYSITELIB}/theano/tensor/utils.py +${PYSITELIB}/theano/tensor/utils.pyc +${PYSITELIB}/theano/tensor/utils.pyo +${PYSITELIB}/theano/tensor/var.py +${PYSITELIB}/theano/tensor/var.pyc +${PYSITELIB}/theano/tensor/var.pyo +${PYSITELIB}/theano/tensor/xlogx.py +${PYSITELIB}/theano/tensor/xlogx.pyc +${PYSITELIB}/theano/tensor/xlogx.pyo +${PYSITELIB}/theano/tests/__init__.py +${PYSITELIB}/theano/tests/__init__.pyc +${PYSITELIB}/theano/tests/__init__.pyo +${PYSITELIB}/theano/tests/breakpoint.py +${PYSITELIB}/theano/tests/breakpoint.pyc +${PYSITELIB}/theano/tests/breakpoint.pyo +${PYSITELIB}/theano/tests/disturb_mem.py +${PYSITELIB}/theano/tests/disturb_mem.pyc +${PYSITELIB}/theano/tests/disturb_mem.pyo +${PYSITELIB}/theano/tests/diverse_tests.py +${PYSITELIB}/theano/tests/diverse_tests.pyc +${PYSITELIB}/theano/tests/diverse_tests.pyo +${PYSITELIB}/theano/tests/main.py +${PYSITELIB}/theano/tests/main.pyc +${PYSITELIB}/theano/tests/main.pyo +${PYSITELIB}/theano/tests/record.py +${PYSITELIB}/theano/tests/record.pyc +${PYSITELIB}/theano/tests/record.pyo +${PYSITELIB}/theano/tests/run_tests_in_batch.py +${PYSITELIB}/theano/tests/run_tests_in_batch.pyc +${PYSITELIB}/theano/tests/run_tests_in_batch.pyo +${PYSITELIB}/theano/tests/test_2nd_order_grads.py +${PYSITELIB}/theano/tests/test_2nd_order_grads.pyc +${PYSITELIB}/theano/tests/test_2nd_order_grads.pyo +${PYSITELIB}/theano/tests/test_breakpoint.py +${PYSITELIB}/theano/tests/test_breakpoint.pyc +${PYSITELIB}/theano/tests/test_breakpoint.pyo +${PYSITELIB}/theano/tests/test_config.py +${PYSITELIB}/theano/tests/test_config.pyc +${PYSITELIB}/theano/tests/test_config.pyo +${PYSITELIB}/theano/tests/test_determinism.py +${PYSITELIB}/theano/tests/test_determinism.pyc +${PYSITELIB}/theano/tests/test_determinism.pyo +${PYSITELIB}/theano/tests/test_dictionary_output.py +${PYSITELIB}/theano/tests/test_dictionary_output.pyc +${PYSITELIB}/theano/tests/test_dictionary_output.pyo +${PYSITELIB}/theano/tests/test_flake8.py +${PYSITELIB}/theano/tests/test_flake8.pyc +${PYSITELIB}/theano/tests/test_flake8.pyo +${PYSITELIB}/theano/tests/test_gradient.py +${PYSITELIB}/theano/tests/test_gradient.pyc +${PYSITELIB}/theano/tests/test_gradient.pyo +${PYSITELIB}/theano/tests/test_ifelse.py +${PYSITELIB}/theano/tests/test_ifelse.pyc +${PYSITELIB}/theano/tests/test_ifelse.pyo +${PYSITELIB}/theano/tests/test_pickle_unpickle_theano_fn.py +${PYSITELIB}/theano/tests/test_pickle_unpickle_theano_fn.pyc +${PYSITELIB}/theano/tests/test_pickle_unpickle_theano_fn.pyo +${PYSITELIB}/theano/tests/test_printing.py +${PYSITELIB}/theano/tests/test_printing.pyc +${PYSITELIB}/theano/tests/test_printing.pyo +${PYSITELIB}/theano/tests/test_record.py +${PYSITELIB}/theano/tests/test_record.pyc +${PYSITELIB}/theano/tests/test_record.pyo +${PYSITELIB}/theano/tests/test_rop.py +${PYSITELIB}/theano/tests/test_rop.pyc +${PYSITELIB}/theano/tests/test_rop.pyo +${PYSITELIB}/theano/tests/test_updates.py +${PYSITELIB}/theano/tests/test_updates.pyc +${PYSITELIB}/theano/tests/test_updates.pyo +${PYSITELIB}/theano/tests/unittest_tools.py +${PYSITELIB}/theano/tests/unittest_tools.pyc +${PYSITELIB}/theano/tests/unittest_tools.pyo +${PYSITELIB}/theano/typed_list/__init__.py +${PYSITELIB}/theano/typed_list/__init__.pyc +${PYSITELIB}/theano/typed_list/__init__.pyo +${PYSITELIB}/theano/typed_list/basic.py +${PYSITELIB}/theano/typed_list/basic.pyc +${PYSITELIB}/theano/typed_list/basic.pyo +${PYSITELIB}/theano/typed_list/opt.py +${PYSITELIB}/theano/typed_list/opt.pyc +${PYSITELIB}/theano/typed_list/opt.pyo +${PYSITELIB}/theano/typed_list/tests/__init__.py +${PYSITELIB}/theano/typed_list/tests/__init__.pyc +${PYSITELIB}/theano/typed_list/tests/__init__.pyo +${PYSITELIB}/theano/typed_list/tests/test_basic.py +${PYSITELIB}/theano/typed_list/tests/test_basic.pyc +${PYSITELIB}/theano/typed_list/tests/test_basic.pyo +${PYSITELIB}/theano/typed_list/tests/test_opt.py +${PYSITELIB}/theano/typed_list/tests/test_opt.pyc +${PYSITELIB}/theano/typed_list/tests/test_opt.pyo +${PYSITELIB}/theano/typed_list/tests/test_type.py +${PYSITELIB}/theano/typed_list/tests/test_type.pyc +${PYSITELIB}/theano/typed_list/tests/test_type.pyo +${PYSITELIB}/theano/typed_list/type.py +${PYSITELIB}/theano/typed_list/type.pyc +${PYSITELIB}/theano/typed_list/type.pyo +${PYSITELIB}/theano/updates.py +${PYSITELIB}/theano/updates.pyc +${PYSITELIB}/theano/updates.pyo +${PYSITELIB}/theano/version.py +${PYSITELIB}/theano/version.pyc +${PYSITELIB}/theano/version.pyo Index: pkgsrc/math/py-Theano/distinfo diff -u /dev/null pkgsrc/math/py-Theano/distinfo:1.1 --- /dev/null Fri Jul 6 03:36:58 2018 +++ pkgsrc/math/py-Theano/distinfo Fri Jul 6 03:36:58 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/07/06 03:36:58 minskim Exp $ + +SHA1 (Theano-1.0.2.tar.gz) = 906b9e1c75fe0f068f358d409bf15e3a37886ecc +RMD160 (Theano-1.0.2.tar.gz) = ca27d476104ba2e1d6f240986473d6e13d7e03ea +SHA512 (Theano-1.0.2.tar.gz) = 02bcb13fc69ff445a9d893e1fe3935bcd6f5e1efc8b4ab2f2ecfe19234a68f8a4b8e701444d619dc90d2414aa54f485aa86d09e2f08a753f179bd9607985920b +Size (Theano-1.0.2.tar.gz) = 13056284 bytes --_----------=_1530848218235060--