From 5abead8c434d5c99c0eb43385f833844eff55721 Mon Sep 17 00:00:00 2001 From: Vijay Vasudevan Date: Thu, 10 Dec 2015 12:07:40 -0800 Subject: 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 --- tools/bazel.rc.template | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 -- cgit v1.2.3