aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2015-12-10 12:07:40 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-12-10 12:07:40 -0800
commit5abead8c434d5c99c0eb43385f833844eff55721 (patch)
treeafcc922e467d0d6e80e24299f64ee3c0c677265e /tools
parent019c6791406e60901b6b6190bb744e423815b807 (diff)
TensorFlow: upstream changes to git.
Change 109922312 Update dockerfiles and instructions. This CL does two things: * updates dockerfiles to use 0.6.0 * updates the instructions for the new tag format. Change 109920508 Fix broken cast_op_test Change 109919316 Enforce converting to int64 for SparseTensor indices and shape Change 109916130 Fix imagenet for Python 3 It needed some binary file modes and an iteritems -> items. Change 109912827 Enable fast c++ implementation in protobuf's python interface. Base CL: 109922840
Diffstat (limited to 'tools')
-rw-r--r--tools/bazel.rc.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bazel.rc.template b/tools/bazel.rc.template
index 0a97daa4a8..5aa29029be 100644
--- a/tools/bazel.rc.template
+++ b/tools/bazel.rc.template
@@ -2,3 +2,4 @@ build:cuda --crosstool_top=//third_party/gpus/crosstool
build --force_python=py$PYTHON_MAJOR_VERSION
build --python$PYTHON_MAJOR_VERSION_path=$PYTHON_BINARY
+build --define=use_fast_cpp_protos=true