Clean up build dependencies.
PiperOrigin-RevId: 328433385 Change-Id: I798886618630f13616e530bacf52b96a4d0138ee
This commit is contained in:
parent
0634d08af1
commit
da0d67335f
@ -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,
|
||||
)
|
||||
|
@ -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" {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user