Move "third_party/tensorflow/core/util/util.h" import from gather_nd_op.cc to

gather_nd_op.h since gather_nd_op.h now has a call to SliceDebugString.

PiperOrigin-RevId: 242836015
This commit is contained in:
Anna R 2019-04-10 03:03:47 -07:00 committed by TensorFlower Gardener
parent a39a15195b
commit b8dcd64ad3
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ limitations under the License.
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/mem.h"
#include "tensorflow/core/platform/types.h"
#include "tensorflow/core/util/util.h"
namespace tensorflow {

View File

@ -23,6 +23,7 @@ limitations under the License.
#include "tensorflow/core/framework/tensor.h"
#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/platform/types.h"
#include "tensorflow/core/util/util.h"
namespace tensorflow {