Automated rollback of commit 7d57d32e44

PiperOrigin-RevId: 227809861
This commit is contained in:
Gunhan Gulsoy 2019-01-03 23:49:44 -08:00 committed by TensorFlower Gardener
parent a2f7f39d98
commit 72f0dadfff
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ tf_custom_op_library(
deps = [
":mpi_defines",
":mpi_message_proto_cc",
"//tensorflow/core:stream_executor_headers_lib",
"//tensorflow/stream_executor:stream_executor_headers_lib",
"//third_party/mpi",
],
)

View File

@ -28,7 +28,7 @@ limitations under the License.
#include "tensorflow/stream_executor/lib/path.h"
#include "tensorflow/stream_executor/lib/str_util.h"
#include "tensorflow/stream_executor/lib/stringprintf.h"
#include "tensorflow/stream_executor/platform/default/dso_loader.h"
#include "tensorflow/stream_executor/platform/dso_loader.h"
#include "tensorflow/stream_executor/platform/logging.h"
#include "tensorflow/stream_executor/platform/port.h"