aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/schema
diff options
context:
space:
mode:
authorGravatar Andrew Selle <aselle@google.com>2018-09-04 16:01:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-04 16:07:11 -0700
commit0065d3389a63a529469dc71e950c66da2ebdbc24 (patch)
treea7bff54109d255fa107f5f3f9fa2ef90a5adc9a8 /tensorflow/contrib/lite/schema
parent69753ba5dbe5950639efc1b5e065901651cd8973 (diff)
Automated rollback of commit 69753ba5dbe5950639efc1b5e065901651cd8973
PiperOrigin-RevId: 211541639
Diffstat (limited to 'tensorflow/contrib/lite/schema')
-rw-r--r--tensorflow/contrib/lite/schema/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/tensorflow/contrib/lite/schema/BUILD b/tensorflow/contrib/lite/schema/BUILD
index 55bf2c48b9..28a7e50003 100644
--- a/tensorflow/contrib/lite/schema/BUILD
+++ b/tensorflow/contrib/lite/schema/BUILD
@@ -56,20 +56,6 @@ flatbuffer_cc_library(
srcs = ["schema.fbs"],
)
-# Generic schema for inference on device (but with reflections makes bigger).
-flatbuffer_cc_library(
- name = "schema_fbs_with_reflection",
- srcs = ["schema.fbs"],
- flatc_args = [
- "--reflect-types",
- "--reflect-names",
- "--no-union-value-namespacing",
- "--gen-object-api",
- ],
- gen_reflections = True,
- out_prefix = "reflection/",
-)
-
# Schema test to make sure we don't introduce backward incompatible changes
# to schemas.
cc_test(