From 40c475b48c091a70ad8061c1508dff6ded2d2af6 Mon Sep 17 00:00:00 2001 From: formath <jinpengliu@163.com> Date: Mon, 23 Oct 2017 03:05:08 +0800 Subject: [PATCH] add segment_reduction_ops to tf_op_files (#13901) --- tensorflow/contrib/makefile/tf_op_files.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/contrib/makefile/tf_op_files.txt b/tensorflow/contrib/makefile/tf_op_files.txt index a8690a04ad8..8b77c99cb57 100644 --- a/tensorflow/contrib/makefile/tf_op_files.txt +++ b/tensorflow/contrib/makefile/tf_op_files.txt @@ -264,3 +264,4 @@ tensorflow/core/kernels/spacetobatch_functor.cc tensorflow/core/kernels/spacetobatch_op.cc tensorflow/core/kernels/batchtospace_op.cc tensorflow/core/kernels/warn_about_ints.cc +tensorflow/core/kernels/segment_reduction_ops.cc