Add absl::Cord support to open source TensorFlow
PiperOrigin-RevId: 340507300 Change-Id: Ie7e4ef35431ab235e16169f48ee46985ea7b810a
This commit is contained in:
parent
39b01258da
commit
20c57c98b6
@ -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",
|
||||
],
|
||||
)
|
||||
|
@ -181,7 +181,6 @@ cc_library(
|
||||
compatible_with = get_compatible_with_portable(),
|
||||
deps = [
|
||||
":platform",
|
||||
"@com_google_absl//absl/strings:cord",
|
||||
] + tf_platform_deps("cord"),
|
||||
)
|
||||
|
||||
|
@ -41,7 +41,6 @@ cc_library(
|
||||
"no_oss",
|
||||
"nobuilder",
|
||||
],
|
||||
deps = ["@com_google_absl//absl/strings:cord"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
|
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user