HomeSort by relevance Sort by last modified time
    Searched full:cast_to_floatx (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/python/keras/_impl/keras/
regularizers.py 52 self.l1 = K.cast_to_floatx(l1)
53 self.l2 = K.cast_to_floatx(l2)
optimizers.py 642 1. - 0.5 * (K.pow(K.cast_to_floatx(0.96), t * self.schedule_decay)))
645 (K.pow(K.cast_to_floatx(0.96), (t + 1) * self.schedule_decay)))
backend.py 195 @tf_export('keras.backend.cast_to_floatx')
196 def cast_to_floatx(x): function
213 >>> new_arr = K.cast_to_floatx(arr)
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
advanced_activations.py 56 self.alpha = K.cast_to_floatx(alpha)
193 self.alpha = K.cast_to_floatx(alpha)
232 self.theta = K.cast_to_floatx(theta)
convolutional_recurrent.py 499 constants.append([K.cast_to_floatx(1.) for _ in range(4)])
518 constants.append([K.cast_to_floatx(1.) for _ in range(4)])
  /external/tensorflow/tensorflow/contrib/keras/api/keras/backend/
__init__.py 37 from tensorflow.python.keras._impl.keras.backend import cast_to_floatx
  /external/tensorflow/tensorflow/python/keras/backend/
__init__.py 37 from tensorflow.python.keras._impl.keras.backend import cast_to_floatx
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.keras.backend.pbtxt 68 name: "cast_to_floatx"

Completed in 433 milliseconds