Add absl::Cord support to open source TensorFlow

PiperOrigin-RevId: 340507300
Change-Id: Ie7e4ef35431ab235e16169f48ee46985ea7b810a
This commit is contained in:
Mihai Maruseac 2020-11-03 13:00:32 -08:00 committed by TensorFlower Gardener
parent 39b01258da
commit 20c57c98b6
4 changed files with 1 additions and 4 deletions

View File

@ -346,7 +346,6 @@ cc_library(
":lib_internal",
"@com_google_absl//absl/container:inlined_vector",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:cord",
"@com_google_absl//absl/types:optional",
],
)

View File

@ -181,7 +181,6 @@ cc_library(
compatible_with = get_compatible_with_portable(),
deps = [
":platform",
"@com_google_absl//absl/strings:cord",
] + tf_platform_deps("cord"),
)

View File

@ -41,7 +41,6 @@ cc_library(
"no_oss",
"nobuilder",
],
deps = ["@com_google_absl//absl/strings:cord"],
)
cc_library(

View File

@ -16,6 +16,6 @@ limitations under the License.
#ifndef TENSORFLOW_CORE_PLATFORM_DEFAULT_CORD_H_
#define TENSORFLOW_CORE_PLATFORM_DEFAULT_CORD_H_
#include "absl/strings/cord.h"
// TODO(ebrevdo): Fill this in.
#endif // TENSORFLOW_CORE_PLATFORM_DEFAULT_CORD_H_