aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/default/build_config.bzl
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-23 12:18:23 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-23 12:21:07 -0700
commitd2309fe5895ba431a4bb11e79564d12028cc93d5 (patch)
tree7db5c2464c4b2514157dbc3f79a7e945c3709704 /tensorflow/core/platform/default/build_config.bzl
parentf6e5089c41fc234ca19fabe2e529ee877a09a33d (diff)
Introduce Encoder and Decoder classes so that platform/*coding* doesn't have to
depend on framework/resource_handler and framework/variant. PiperOrigin-RevId: 197768387
Diffstat (limited to 'tensorflow/core/platform/default/build_config.bzl')
-rw-r--r--tensorflow/core/platform/default/build_config.bzl8
1 files changed, 0 insertions, 8 deletions
diff --git a/tensorflow/core/platform/default/build_config.bzl b/tensorflow/core/platform/default/build_config.bzl
index b4b756b866..284581b41c 100644
--- a/tensorflow/core/platform/default/build_config.bzl
+++ b/tensorflow/core/platform/default/build_config.bzl
@@ -495,14 +495,6 @@ def tf_additional_lib_srcs(exclude = []):
], exclude = exclude),
})
-# pylint: disable=unused-argument
-def tf_additional_framework_hdrs(exclude = []):
- return []
-
-def tf_additional_framework_srcs(exclude = []):
- return []
-# pylint: enable=unused-argument
-
def tf_additional_minimal_lib_srcs():
return [
"platform/default/integral_types.h",