Home
last modified time | relevance | path

Searched refs:OpWiseCLinker (Results 1 – 12 of 12) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/gof/tests/
H A Dtest_cc.py9 from theano.gof.cc import CLinker, DualLinker, OpWiseCLinker
285 lnk = OpWiseCLinker().accept(Env([x, y, z], [e]))
298 lnk = OpWiseCLinker().accept(Env([y, z], [e]))
340 assert OpWiseCLinker().accept(g).make_function()(1.0, 2.0, 3.0) == -4.0
379 lnk = OpWiseCLinker().accept(Env([y, z], [e]))
H A Dtest_vm.py13 from theano.gof import OpWiseCLinker
140 time_linker('c|py', OpWiseCLinker)
H A Dtest_link.py187 linker = theano.OpWiseCLinker(schedule=sort_schedule_fn(str_cmp))
/dports/math/py-theano/Theano-1.0.5/theano/tensor/tests/
H A Dtest_gc.py40 (theano.OpWiseCLinker(allow_gc=True),
41 theano.OpWiseCLinker(allow_gc=False))]:
H A D_test_mpi_roundtrip.py29 linker=theano.OpWiseCLinker(schedule=scheduler))
H A Dtest_mpi.py15 mpi_linker = theano.OpWiseCLinker(schedule=mpi_scheduler)
H A Dtest_elemwise.py83 self.with_linker(gof.OpWiseCLinker())
/dports/math/py-theano/Theano-1.0.5/theano/gof/
H A D__init__.py41 CLinker, OpWiseCLinker, DualLinker, HideC
H A Dcc.py1742 class OpWiseCLinker(link.LocalLinker): class
1958 OpWiseCLinker(schedule=self.schedule).accept(
/dports/math/py-theano/Theano-1.0.5/theano/compile/
H A Dmonitormode.py45 wrap_linker = theano.gof.WrapLinkerMany([theano.gof.OpWiseCLinker()],
H A Dmode.py26 'c|py': gof.OpWiseCLinker(), # Use allow_gc Theano flag
27 'c|py_nogc': gof.OpWiseCLinker(allow_gc=False),
/dports/math/py-theano/Theano-1.0.5/theano/
H A D__init__.py100 CLinker, OpWiseCLinker, DualLinker, Linker, LocalLinker, PerformLinker,