Home
last modified time | relevance | path

Searched refs:dnll (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/
H A Dnnet.py255 def make_node(self, dnll, sm, y_idx): argument
256 ctx_name = infer_context_name(dnll, sm, y_idx)
257 dnll = as_gpuarray_variable(dnll, ctx_name)
260 return Apply(self, [dnll, sm, y_idx], [sm.type()])
279 dnll, sm, y_idx = inp
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/
H A Dnnet.py1243 dnll, sm, y_idx = inp