avoid having stream_executor depend on tensorflow/core

PiperOrigin-RevId: 196521381
This commit is contained in:
A. Unique TensorFlower 2018-05-14 09:51:52 -07:00 committed by TensorFlower Gardener
parent 6d41d9fb0c
commit 157c347f83

View File

@ -16,8 +16,8 @@ limitations under the License.
#ifndef TENSORFLOW_STREAM_EXECUTOR_HOST_OR_DEVICE_SCALAR_H_
#define TENSORFLOW_STREAM_EXECUTOR_HOST_OR_DEVICE_SCALAR_H_
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/stream_executor/device_memory.h"
#include "tensorflow/stream_executor/platform/logging.h"
namespace stream_executor {