Searched refs:cast_to_floatx (Results 1 – 7 of 7) sorted by relevance
56 self.alpha = K.cast_to_floatx(alpha)184 self.alpha = K.cast_to_floatx(alpha)222 self.theta = K.cast_to_floatx(theta)308 max_value = K.cast_to_floatx(max_value)310 self.negative_slope = K.cast_to_floatx(negative_slope)311 self.threshold = K.cast_to_floatx(threshold)
53 self.l1 = K.cast_to_floatx(l1)54 self.l2 = K.cast_to_floatx(l2)
665 (math_ops.pow(K.cast_to_floatx(0.96), t * self.schedule_decay)))668 (math_ops.pow(K.cast_to_floatx(0.96), (t + 1) * self.schedule_decay)))
141 def cast_to_floatx(x): function
37 from tensorflow.python.keras.backend import cast_to_floatx
68 name: "cast_to_floatx"