HomeSort by relevance Sort by last modified time
    Searched refs:clip_grads (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
extenders.py 127 def clip_grads(grads_and_vars): function in function:clip_gradients_by_norm
135 transform_grads_fn=clip_grads,
256 def clip_grads(grads_and_vars):
262 opt=optimizer, transform_grads_fn=clip_grads)
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
learning.py 424 with ops.name_scope('clip_grads'):

Completed in 145 milliseconds