Home
last modified time | relevance | path

Searched defs:momentum (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/
Dl2hmc.py124 def _forward_lf(self, position, momentum, i): argument
147 def _backward_lf(self, position, momentum, i): argument
171 def _update_momentum_forward(self, position, momentum, t): argument
184 def _update_position_forward(self, position, momentum, t, mask, mask_inv): argument
197 def _update_momentum_backward(self, position, momentum, t): argument
210 def _update_position_backward(self, position, momentum, t, mask, mask_inv): argument
223 def _compute_accept_prob(self, position, momentum, position_post, argument
276 def hamiltonian(self, position, momentum): argument
/external/tensorflow/tensorflow/python/training/
Drmsprop_test.py61 def _rmsprop_update_numpy(self, var, g, mg, rms, mom, lr, decay, momentum, argument
75 lr, decay, momentum, epsilon, centered): argument
473 momentum = lambda: 0.0 function
Dmomentum_test.py40 def _update_nesterov_momentum_numpy(self, var, accum, g, lr, momentum): argument
60 momentum = lambda: 0.9 function
Dmomentum.py46 def __init__(self, learning_rate, momentum, argument
Drmsprop.py64 momentum=0.0, argument
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Drmsprop_test.py60 def _rmsprop_update_numpy(self, var, g, mg, rms, mom, lr, rho, momentum, argument
78 lr, rho, momentum, epsilon, centered): argument
470 momentum = lambda: 0.0 function
Dgradient_descent.py64 momentum=0.0, argument
Drmsprop.py66 momentum=0.0, argument
Dgradient_descent_test.py293 def _update_nesterov_momentum_numpy(self, var, accum, g, lr, momentum): argument
/external/tensorflow/tensorflow/contrib/optimizer_v2/
Dmomentum_test.py40 def _update_nesterov_momentum_numpy(self, var, accum, g, lr, momentum): argument
60 momentum = lambda: 0.9 function
Drmsprop_test.py57 def _rmsprop_update_numpy(self, var, g, mg, rms, mom, lr, decay, momentum, argument
71 lr, decay, momentum, centered): argument
Dmomentum.py42 def __init__(self, learning_rate, momentum, argument
Drmsprop.py61 momentum=0.0, argument
/external/tensorflow/tensorflow/core/protobuf/tpu/
Doptimization_parameters.proto111 float momentum = 1; field
120 float momentum = 2; field
130 float momentum = 2; field
258 MomentumParameters momentum = 8; field
/external/tensorflow/tensorflow/compiler/tests/
Drmsprop_test.py41 momentum=0.0, argument
Dmomentum_test.py35 def _update_nesterov_momentum_numpy(self, var, accum, g, lr, momentum): argument
/external/tensorflow/tensorflow/python/layers/
Dnormalization.py109 momentum=0.99, argument
163 momentum=0.99, argument
/external/tensorflow/tensorflow/contrib/distribute/python/
Dsingle_loss_example.py91 momentum=0.9, argument
Dminimize_loss_test.py209 def testTrainNetworkWithBatchNorm(self, distribution, optimizer_fn, momentum, argument
/external/tensorflow/tensorflow/contrib/opt/python/training/
Dlars_optimizer.py50 momentum=0.9, argument
Dweight_decay_optimizers_test.py49 def momentumw_update_numpy(param, g_t, m, lr=0.001, momentum=0.9, **_): argument
Dweight_decay_optimizers.py304 def __init__(self, weight_decay, learning_rate, momentum, argument
/external/tensorflow/tensorflow/python/keras/layers/
Dnormalization.py138 momentum=0.99, argument
427 def _assign_moving_average(self, variable, value, momentum): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddynamic_rnn_estimator.py566 momentum=None, argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtraining_ops.cc154 xla::XlaOp momentum = ctx->Input(4); in Compile() local
212 xla::XlaOp momentum = ctx->Input(4); in Compile() local
613 xla::XlaOp momentum = ctx->Input("momentum"); in Compile() local

12