Home
last modified time | relevance | path

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

/dports/math/py-theano/Theano-1.0.5/theano/
H A Dgradient.py2180 def __init__(self, clip_lower_bound, clip_upper_bound): argument
2183 self.clip_lower_bound = clip_lower_bound
2185 assert(self.clip_upper_bound >= self.clip_lower_bound)
2188 return [theano.tensor.clip(g_out, self.clip_lower_bound,