Home
last modified time | relevance | path

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

/dports/math/py-theano/Theano-1.0.5/theano/
H A Dgradient.py1021 output_grads = [access_grad_cache(var) for var in node.outputs]
1316 def access_grad_cache(var): function
1371 rval = [access_grad_cache(elem) for elem in wrt]