aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/summary
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2018-01-03 08:22:37 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-03 08:26:54 -0800
commit5d66ea93b2b17dbd4dcc886dcadc455b90bc6e08 (patch)
tree42b1ac42b55645d7d1fef08081191838b244a9f0 /tensorflow/contrib/summary
parent0a2a5acbe38df2d1f869aa8d46167ad6d67f3da6 (diff)
Add Snappy support to SQLite
This change also puts the necessary build infrastructure in place so we can continue to build many proper lightweight SQLite extensions in the future that are easy for users to copy over into their own environments, so they can readily access their data. PiperOrigin-RevId: 180673039
Diffstat (limited to 'tensorflow/contrib/summary')
-rw-r--r--tensorflow/contrib/summary/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/summary/BUILD b/tensorflow/contrib/summary/BUILD
index 5ee5f1ae76..b58c83fdaf 100644
--- a/tensorflow/contrib/summary/BUILD
+++ b/tensorflow/contrib/summary/BUILD
@@ -112,5 +112,6 @@ py_library(
"//tensorflow/core:protos_all_py",
"//tensorflow/python:lib",
"//tensorflow/python:platform",
+ "@org_sqlite//:python",
],
)