Fix include path in tpu_library_init_fns.inc for open source builds

PiperOrigin-RevId: 328559106
Change-Id: I986b7c2ef80cee0a2b40727aabd5491c42b155bd
This commit is contained in:
Frank Chen 2020-08-26 10:31:59 -07:00 committed by TensorFlower Gardener
parent 42b4a44757
commit 25d003fc20
2 changed files with 5 additions and 0 deletions

View File

@ -157,6 +157,7 @@ cc_library(
":tpu_api",
":tpu_compilation_device",
":tpu_config_c_api",
":tpu_executor_init_fns",
":tpu_library_init_fns",
":tpu_node_device",
":tpu_system_device",

View File

@ -1,4 +1,8 @@
#if defined(PLATFORM_GOOGLE)
#include "third_party/tensorflow/core/tpu/tpu_executor_init_fns.inc"
#else
#include "tensorflow/core/tpu/tpu_executor_init_fns.inc"
#endif
namespace {