aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cwise_op_zeta.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/cwise_op_zeta.cc')
-rw-r--r--tensorflow/core/kernels/cwise_op_zeta.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/core/kernels/cwise_op_zeta.cc b/tensorflow/core/kernels/cwise_op_zeta.cc
index 6ccb54b680..2c5538534c 100644
--- a/tensorflow/core/kernels/cwise_op_zeta.cc
+++ b/tensorflow/core/kernels/cwise_op_zeta.cc
@@ -17,7 +17,5 @@ limitations under the License.
namespace tensorflow {
REGISTER2(BinaryOp, CPU, "Zeta", functor::zeta, float, double);
-#if EIGEN_HAS_C99_MATH
REGISTER2(BinaryOp, CPU, "Polygamma", functor::polygamma, float, double);
-#endif // EIGEN_HAS_C99_MATH
} // namespace tensorflow