From cb74f4686104db81dc7d454781de35c99174325a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=B5=20V=C4=83n=20Ngh=C4=A9a?= Date: Wed, 3 Mar 2021 13:35:56 +0100 Subject: [PATCH] expose c `env` headers --- tensorflow/c/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/c/BUILD b/tensorflow/c/BUILD index 954f9dcb303..b4d84368623 100644 --- a/tensorflow/c/BUILD +++ b/tensorflow/c/BUILD @@ -207,6 +207,7 @@ tf_cuda_library( "//tensorflow/core:portable_tensorflow_lib_lite", ], "//conditions:default": [ + ":env", ":logging", ":tf_status", ":tf_tensor",