Clean up build dependencies.

PiperOrigin-RevId: 328433385
Change-Id: I798886618630f13616e530bacf52b96a4d0138ee
This commit is contained in:
Wenhao Jia 2020-08-25 17:04:25 -07:00 committed by TensorFlower Gardener
parent 0634d08af1
commit da0d67335f
2 changed files with 4 additions and 3 deletions

View File

@ -129,7 +129,7 @@ cc_library(
":tpu_program_c_api_hdrs",
":tpu_util_c_api_hdrs",
"//tensorflow/core/tpu:libtftpu_header",
"//tensorflow/stream_executor/tpu:proto_helper",
"//tensorflow/stream_executor/tpu:c_api_decl",
],
alwayslink = True,
)

View File

@ -15,11 +15,12 @@ limitations under the License.
#ifndef TENSORFLOW_CORE_TPU_KERNELS_TPU_COMPILE_C_API_H_
#define TENSORFLOW_CORE_TPU_KERNELS_TPU_COMPILE_C_API_H_
#include <stddef.h>
#include "tensorflow/core/tpu/kernels/tpu_mesh_state_c_api.h"
#include "tensorflow/core/tpu/kernels/tpu_program_c_api.h"
#include "tensorflow/core/tpu/kernels/tpu_util_c_api.h"
#include "tensorflow/core/tpu/libtftpu.h"
#include "tensorflow/stream_executor/tpu/proto_helper.h"
#include "tensorflow/stream_executor/tpu/c_api_decl.h"
extern "C" {