aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cwise_op_gpu_sinh.cu.cc
Commit message (Collapse)AuthorAge
* Implemented sinh and cosh (#10427)Gravatar Lakshay Garg2017-06-08
* Implemented sinh and cosh #7531 * Removed Eigen::half from cosh and sinh definitions Refer to Issue #7531 and Pull Request #7628 * Fixed the gradient for sinh in math_grad_test.cc