diff --git a/tensorflow/compiler/tf2tensorrt/convert/utils.cc b/tensorflow/compiler/tf2tensorrt/convert/utils.cc index ea5ed526ddd..f2a19dd2480 100644 --- a/tensorflow/compiler/tf2tensorrt/convert/utils.cc +++ b/tensorflow/compiler/tf2tensorrt/convert/utils.cc @@ -114,8 +114,7 @@ string DebugString(const nvinfer1::ITensor& tensor) { return StrCat("nvinfer1::ITensor(@", reinterpret_cast(&tensor), ", name=", tensor.getName(), ", dtype=", DebugString(tensor.getType()), - ", dims=", - tensorflow::tensorrt::DebugString(tensor.getDimensions()), ")"); + ", dims=", DebugString(tensor.getDimensions()), ")"); } #endif