aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cwise_op_arg.cc
Commit message (Collapse)AuthorAge
* Implements tf.arg for complex numbers (Closes #483) (#10643)Gravatar Lakshay Garg2017-08-14
* implement tf.arg, closes #483 * Remove GPU support for arg op * rename arg to angle