Merge changes from github.
authorAnkur Taly <ataly@google.com>
Sat, 17 Feb 2018 02:22:55 +0000 (18:22 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 17 Feb 2018 02:27:19 +0000 (18:27 -0800)
commit0e6f39d1bd7fe8daa86944f6ab0dd94fbeb4962a
treeee0dabaff4147ecc9bc92acd2a50dadbfd694f39
parent128572c316e6f2eb6346f920314ef98e88e75069
Merge changes from github.

PiperOrigin-RevId: 186073337
142 files changed:
CONTRIBUTING.md
RELEASE.md
configure.py
tensorflow/compiler/tf2xla/graph_compiler.h
tensorflow/compiler/xla/index_util.h
tensorflow/compiler/xla/python/xla_client.py
tensorflow/compiler/xla/service/BUILD
tensorflow/compiler/xla/service/buffer_assignment_test.cc
tensorflow/compiler/xla/service/cpu/ir_emitter.cc
tensorflow/compiler/xla/service/cpu/ir_function.cc
tensorflow/compiler/xla/service/hlo_evaluator.cc
tensorflow/contrib/all_reduce/python/all_reduce.py
tensorflow/contrib/cmake/CMakeLists.txt
tensorflow/contrib/cmake/external/boringssl.cmake
tensorflow/contrib/cmake/external/farmhash.cmake
tensorflow/contrib/cmake/external/fft2d.cmake
tensorflow/contrib/cmake/external/gif.cmake
tensorflow/contrib/cmake/external/googletest.cmake
tensorflow/contrib/cmake/external/grpc.cmake
tensorflow/contrib/cmake/external/highwayhash.cmake
tensorflow/contrib/cmake/external/jemalloc.cmake
tensorflow/contrib/cmake/external/jpeg.cmake
tensorflow/contrib/cmake/external/jsoncpp.cmake
tensorflow/contrib/cmake/external/lmdb.cmake
tensorflow/contrib/cmake/external/nsync.cmake
tensorflow/contrib/cmake/external/png.cmake
tensorflow/contrib/cmake/external/protobuf.cmake
tensorflow/contrib/cmake/external/re2.cmake
tensorflow/contrib/cmake/external/snappy.cmake
tensorflow/contrib/cmake/external/sqlite.cmake
tensorflow/contrib/cmake/external/zlib.cmake
tensorflow/contrib/cmake/python_modules.txt
tensorflow/contrib/cmake/tests/cuda/compatibility_test.c [new file with mode: 0644]
tensorflow/contrib/cmake/tests/cuda/compatibility_test.cc [new file with mode: 0644]
tensorflow/contrib/cmake/tf_cc_ops.cmake
tensorflow/contrib/cmake/tf_python.cmake
tensorflow/contrib/cmake/tf_shared_lib.cmake
tensorflow/contrib/cmake/tf_tests.cmake
tensorflow/contrib/cmake/tf_tools.cmake
tensorflow/contrib/data/python/ops/dataset_ops.py [new file with mode: 0644]
tensorflow/contrib/data/python/ops/grouping.py
tensorflow/contrib/distributions/__init__.py
tensorflow/contrib/eager/python/examples/gan/README.md
tensorflow/contrib/eager/python/examples/mnist/mnist.py
tensorflow/contrib/framework/python/ops/accumulate_n_v2.py
tensorflow/contrib/gan/python/eval/python/summaries_impl.py
tensorflow/contrib/gan/python/eval/python/summaries_test.py
tensorflow/contrib/gdr/README.md
tensorflow/contrib/layers/__init__.py
tensorflow/contrib/layers/python/layers/layers.py
tensorflow/contrib/layers/python/layers/layers_test.py
tensorflow/contrib/learn/python/learn/monitors.py
tensorflow/contrib/lite/README.md
tensorflow/contrib/lite/examples/label_image/bitmap_helpers_impl.h
tensorflow/contrib/lite/g3doc/custom_operators.md
tensorflow/contrib/lite/graph_info.cc
tensorflow/contrib/lite/kernels/internal/optimized/tensor_utils_impl.h
tensorflow/contrib/lite/kernels/internal/reference/portable_tensor_utils.h
tensorflow/contrib/lite/simple_memory_arena.h
tensorflow/contrib/lite/testing/generate_examples.py
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_concatenation.cc
tensorflow/contrib/lite/toco/tensorflow_graph_matching/resolve_svdf_test.cc
tensorflow/contrib/makefile/README.md
tensorflow/contrib/makefile/build_all_android.sh
tensorflow/contrib/metrics/python/ops/metric_ops.py
tensorflow/contrib/nearest_neighbor/kernels/heap.h
tensorflow/contrib/opt/python/training/elastic_average_optimizer.py
tensorflow/contrib/opt/python/training/model_average_optimizer_test.py
tensorflow/contrib/py2tf/converters/BUILD
tensorflow/contrib/rnn/python/kernel_tests/rnn_cell_test.py
tensorflow/contrib/seq2seq/python/ops/attention_wrapper.py
tensorflow/contrib/slim/README.md
tensorflow/contrib/solvers/python/ops/linear_equations.py
tensorflow/contrib/tpu/profiler/pip_package/setup.py
tensorflow/contrib/tpu/tpu_estimator.md
tensorflow/contrib/verbs/README.md
tensorflow/core/distributed_runtime/rpc/grpc_serialization_traits.h
tensorflow/core/framework/op_def_util.h
tensorflow/core/framework/op_kernel.cc
tensorflow/core/kernels/constant_op_test.cc
tensorflow/core/kernels/cwise_op_gpu_invert.cu.cc
tensorflow/core/kernels/cwise_op_invert.cc
tensorflow/core/kernels/cwise_ops_gpu_common.cu.h
tensorflow/core/lib/gif/gif_io.cc
tensorflow/core/lib/gtl/optional.h
tensorflow/core/lib/io/record_reader.cc
tensorflow/core/ops/image_ops.cc
tensorflow/core/platform/env.cc
tensorflow/core/platform/env.h
tensorflow/core/platform/file_system.cc
tensorflow/core/platform/file_system.h
tensorflow/core/platform/posix/posix_file_system.cc
tensorflow/core/platform/posix/posix_file_system.h
tensorflow/core/public/version.h
tensorflow/docs_src/api_guides/python/contrib.distributions.md
tensorflow/docs_src/api_guides/python/regression_examples.md
tensorflow/docs_src/community/welcome.md
tensorflow/docs_src/get_started/get_started_for_beginners.md
tensorflow/docs_src/install/install_c.md
tensorflow/docs_src/install/install_go.md
tensorflow/docs_src/install/install_java.md
tensorflow/docs_src/install/install_linux.md
tensorflow/docs_src/install/install_mac.md
tensorflow/docs_src/install/install_sources.md
tensorflow/docs_src/programmers_guide/debugger.md
tensorflow/docs_src/programmers_guide/index.md
tensorflow/examples/image_retraining/retrain.py
tensorflow/java/src/main/java/org/tensorflow/NativeLibrary.java
tensorflow/python/client/session.py
tensorflow/python/data/ops/dataset_ops.py
tensorflow/python/debug/cli/cli_shared.py
tensorflow/python/debug/cli/tensor_format.py
tensorflow/python/framework/test_util.py
tensorflow/python/keras/_impl/keras/backend.py
tensorflow/python/keras/_impl/keras/backend_test.py
tensorflow/python/keras/_impl/keras/layers/lstm_test.py
tensorflow/python/keras/_impl/keras/layers/recurrent.py
tensorflow/python/kernel_tests/conv2d_transpose_test.py
tensorflow/python/kernel_tests/distributions/bernoulli_test.py
tensorflow/python/kernel_tests/distributions/beta_test.py
tensorflow/python/kernel_tests/neon_depthwise_conv_op_test.py
tensorflow/python/kernel_tests/py_func_test.py
tensorflow/python/layers/maxout.py
tensorflow/python/lib/io/file_io.i
tensorflow/python/ops/bitwise_ops_test.py
tensorflow/python/ops/distributions/bernoulli.py
tensorflow/python/ops/distributions/beta.py
tensorflow/python/ops/image_ops_test.py
tensorflow/python/ops/linalg/linear_operator.py
tensorflow/python/ops/losses/losses_impl.py
tensorflow/python/ops/script_ops.py
tensorflow/python/ops/standard_ops.py
tensorflow/python/ops/state_ops.py
tensorflow/python/util/compat_internal.py
tensorflow/stream_executor/dnn.h
tensorflow/tools/ci_build/ci_sanity.sh
tensorflow/tools/docker/Dockerfile.devel
tensorflow/tools/docker/Dockerfile.devel-cpu-mkl
tensorflow/tools/docker/Dockerfile.devel-gpu
tensorflow/tools/graph_transforms/BUILD
tensorflow/tools/pip_package/setup.py
third_party/repo.bzl