aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/kernel_benchmark_testlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/common_runtime/kernel_benchmark_testlib.h')
-rw-r--r--tensorflow/core/common_runtime/kernel_benchmark_testlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/common_runtime/kernel_benchmark_testlib.h b/tensorflow/core/common_runtime/kernel_benchmark_testlib.h
index 46ba735a05..b5d65372b9 100644
--- a/tensorflow/core/common_runtime/kernel_benchmark_testlib.h
+++ b/tensorflow/core/common_runtime/kernel_benchmark_testlib.h
@@ -20,11 +20,11 @@ limitations under the License.
#include <vector>
#include "tensorflow/core/common_runtime/executor.h"
+#include "tensorflow/core/framework/tensor.h"
#include "tensorflow/core/graph/testlib.h"
#include "tensorflow/core/lib/core/threadpool.h"
#include "tensorflow/core/platform/macros.h"
-#include "tensorflow/core/platform/port.h"
-#include "tensorflow/core/public/tensor.h"
+#include "tensorflow/core/platform/types.h"
namespace tensorflow {