Merge changes from github.
authorShanqing Cai <cais@google.com>
Tue, 13 Mar 2018 02:33:52 +0000 (19:33 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 13 Mar 2018 02:37:39 +0000 (19:37 -0700)
commit7144571f2fc59c8705e4e3d7b922fa0ebf44f3fa
treeb14683f826541c183c1bb783265e13b565469fbb
parent2bda52d485c9715dcd17f49526cea7890e091cb8
Merge changes from github.

PiperOrigin-RevId: 188817194
103 files changed:
README.md
SECURITY.md
configure
configure.py
tensorflow/cc/gradients/nn_grad.cc
tensorflow/cc/gradients/nn_grad_test.cc
tensorflow/cc/profiler/profiler.h
tensorflow/contrib/cmake/tests/cuda/compatibility_test.cc
tensorflow/contrib/feature_column/python/feature_column/sequential_feature_column.py [new file with mode: 0644]
tensorflow/contrib/feature_column/python/feature_column/sequential_feature_column_test.py [new file with mode: 0644]
tensorflow/contrib/gan/python/eval/python/summaries_test.py
tensorflow/contrib/layers/python/layers/layers.py
tensorflow/contrib/layers/python/layers/layers_test.py
tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ImageClassifier.java
tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ImageClassifierFloatInception.java
tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ImageClassifierQuantizedMobileNet.java
tensorflow/contrib/lite/kernels/internal/optimized/neon_tensor_utils.cc
tensorflow/contrib/lite/testing/generate_examples.py
tensorflow/contrib/rnn/python/kernel_tests/rnn_cell_test.py
tensorflow/contrib/seq2seq/python/ops/beam_search_decoder.py
tensorflow/contrib/slim/python/slim/data/parallel_reader.py
tensorflow/contrib/tensor_forest/kernels/v4/grow_stats.h
tensorflow/contrib/tensorrt/BUILD
tensorflow/contrib/tensorrt/convert/convert_nodes.cc
tensorflow/contrib/tensorrt/kernels/trt_calib_op.cc [new file with mode: 0644]
tensorflow/contrib/tensorrt/kernels/trt_calib_op.h [new file with mode: 0644]
tensorflow/contrib/tensorrt/ops/trt_calib_op.cc [new file with mode: 0644]
tensorflow/contrib/tensorrt/resources/trt_int8_calibrator.cc [new file with mode: 0644]
tensorflow/contrib/tensorrt/resources/trt_int8_calibrator.h [new file with mode: 0644]
tensorflow/contrib/tensorrt/resources/trt_resource_manager.cc [new file with mode: 0644]
tensorflow/contrib/tensorrt/resources/trt_resource_manager.h [new file with mode: 0644]
tensorflow/contrib/tensorrt/resources/trt_resources.h [new file with mode: 0644]
tensorflow/contrib/timeseries/python/timeseries/BUILD
tensorflow/contrib/timeseries/python/timeseries/head.py
tensorflow/contrib/verbs/README.md
tensorflow/contrib/verbs/patch_notes_verbs_with_0_copies.md
tensorflow/contrib/verbs/rdma.cc
tensorflow/core/api_def/base_api/api_def_UniqueWithCountsV2.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_UnsortedSegmentMax.pbtxt
tensorflow/core/api_def/base_api/api_def_UnsortedSegmentMin.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_UnsortedSegmentProd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_UniqueWithCounts.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_UniqueWithCountsV2.pbtxt [new file with mode: 0644]
tensorflow/core/common_runtime/gpu/gpu_device.h
tensorflow/core/distributed_runtime/session_mgr.cc
tensorflow/core/framework/numeric_types.h
tensorflow/core/framework/variant_op_registry.h
tensorflow/core/grappler/optimizers/BUILD
tensorflow/core/grappler/optimizers/loop_optimizer.cc
tensorflow/core/grappler/optimizers/loop_optimizer.h
tensorflow/core/grappler/optimizers/loop_optimizer_test.cc
tensorflow/core/kernels/BUILD
tensorflow/core/kernels/cwise_op_maximum.cc
tensorflow/core/kernels/mkl_fused_batch_norm_op.cc
tensorflow/core/kernels/mkl_relu_op.cc
tensorflow/core/kernels/reshape_op.cc
tensorflow/core/kernels/segment_reduction_ops.cc
tensorflow/core/kernels/segment_reduction_ops.h
tensorflow/core/kernels/segment_reduction_ops_gpu.cu.cc
tensorflow/core/kernels/unique_op.cc
tensorflow/core/kernels/unravel_index_op.cc
tensorflow/core/ops/array_ops.cc
tensorflow/core/ops/math_ops.cc
tensorflow/core/platform/s3/s3_file_system.cc
tensorflow/core/platform/windows/port.cc
tensorflow/core/util/cuda_device_functions.h
tensorflow/core/util/cuda_kernel_helper.h
tensorflow/docs_src/get_started/checkpoints.md
tensorflow/docs_src/get_started/custom_estimators.md
tensorflow/docs_src/performance/xla/operation_semantics.md
tensorflow/docs_src/programmers_guide/saved_model.md
tensorflow/docs_src/programmers_guide/variables.md
tensorflow/examples/speech_commands/train.py
tensorflow/python/framework/test_util.py
tensorflow/python/keras/_impl/keras/layers/lstm_test.py
tensorflow/python/kernel_tests/linalg/linear_operator_diag_test.py
tensorflow/python/kernel_tests/segment_reduction_ops_test.py
tensorflow/python/kernel_tests/unique_op_test.py
tensorflow/python/ops/array_ops.py
tensorflow/python/ops/bitwise_ops_test.py
tensorflow/python/ops/check_ops.py
tensorflow/python/ops/confusion_matrix.py
tensorflow/python/ops/distributions/special_math.py
tensorflow/python/ops/hidden_ops.txt
tensorflow/python/ops/image_ops_impl.py
tensorflow/python/ops/image_ops_test.py
tensorflow/python/ops/linalg/linear_operator_diag.py
tensorflow/python/ops/losses/losses_impl.py
tensorflow/python/ops/math_grad.py
tensorflow/python/ops/math_ops.py
tensorflow/python/ops/nn_impl.py
tensorflow/python/tools/saved_model_cli.py
tensorflow/python/tools/saved_model_cli_test.py
tensorflow/python/training/checkpoint_utils.py
tensorflow/python/training/checkpoint_utils_test.py
tensorflow/tools/api/golden/tensorflow.pbtxt
tensorflow/tools/ci_build/builds/with_the_same_user
tensorflow/tools/ci_build/install/install_bazel.sh
tensorflow/tools/docker/Dockerfile.devel
tensorflow/tools/docker/Dockerfile.devel-gpu
tensorflow/tools/graph_transforms/BUILD
tensorflow/tools/graph_transforms/remove_control_dependencies.cc
tensorflow/tools/lib_package/BUILD