Home | History | Annotate | Download | only in ops

Lines Matching refs:grad_x

274       grad_x, grad_scale, grad_offset = gradients_impl.gradients(
280 grad_vals = sess.run([grad_x, grad_scale, grad_offset])
289 grad_y, x_shape, grad_x, x_shape)
294 # In freeze mode, grad_x is not a function of x.
297 x, x_shape, grad_x, x_shape)
302 scale, scale_shape, grad_x, x_shape)
318 grad_y, grad_y32, x_shape, grad_x, grad_x32, x_shape)
323 # In freeze mode, grad_x is not a function of x.
326 x, x32, x_shape, grad_x, grad_x32, x_shape)
331 scale, scale, scale_shape, grad_x, grad_x32, x_shape)