Home | History | Annotate | Download | only in ops

Lines Matching refs:grad_val

1420             grad_val = constant_op.constant(0, dtype=dtype, shape=shape)
1421 next_grad_val = _NextIteration(grad_val)
1431 grad_val = array_ops.zeros(grad_shape)
1436 next_grad_val = _NextIteration(grad_val)