Merge commit for internal changes
authorzhengxq <zhengxq@google.com>
Sat, 19 May 2018 00:05:40 +0000 (17:05 -0700)
committerzhengxq <zhengxq@google.com>
Sat, 19 May 2018 00:05:40 +0000 (17:05 -0700)
27 files changed:
1  2 
configure.py
tensorflow/compiler/xla/service/hlo_evaluator.cc
tensorflow/compiler/xla/service/layout_assignment.h
tensorflow/compiler/xla/tests/tuple_test.cc
tensorflow/contrib/lite/kernels/internal/optimized/optimized_ops.h
tensorflow/contrib/lite/testing/generate_examples.py
tensorflow/contrib/lite/toco/import_tensorflow.cc
tensorflow/contrib/lite/toco/tflite/operator.h
tensorflow/core/BUILD
tensorflow/core/kernels/batch_matmul_op_real.cc
tensorflow/core/platform/cloud/gcs_file_system.cc
tensorflow/core/util/tensor_format.h
tensorflow/python/estimator/estimator.py
tensorflow/python/estimator/keras.py
tensorflow/python/estimator/training.py
tensorflow/python/feature_column/feature_column.py
tensorflow/python/framework/test_util.py
tensorflow/python/keras/engine/network.py
tensorflow/python/keras/engine/saving_test.py
tensorflow/python/keras/engine/training_eager.py
tensorflow/python/keras/utils/__init__.py
tensorflow/python/kernel_tests/distributions/util_test.py
tensorflow/python/layers/base.py
tensorflow/python/ops/array_ops.py
tensorflow/python/util/tf_inspect.py
tensorflow/stream_executor/cuda/cuda_blas.cc
tensorflow/workspace.bzl

diff --cc configure.py
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -18,23 -18,22 +18,23 @@@ from __future__ import absolute_impor
  from __future__ import division
  from __future__ import print_function
  
- from tensorflow.python.keras._impl.keras.utils.data_utils import GeneratorEnqueuer
- from tensorflow.python.keras._impl.keras.utils.data_utils import get_file
- from tensorflow.python.keras._impl.keras.utils.data_utils import OrderedEnqueuer
- from tensorflow.python.keras._impl.keras.utils.data_utils import Sequence
- from tensorflow.python.keras._impl.keras.utils.data_utils import SequenceEnqueuer
- from tensorflow.python.keras._impl.keras.utils.generic_utils import custom_object_scope
- from tensorflow.python.keras._impl.keras.utils.generic_utils import CustomObjectScope
- from tensorflow.python.keras._impl.keras.utils.generic_utils import deserialize_keras_object
- from tensorflow.python.keras._impl.keras.utils.generic_utils import get_custom_objects
- from tensorflow.python.keras._impl.keras.utils.generic_utils import Progbar
- from tensorflow.python.keras._impl.keras.utils.generic_utils import serialize_keras_object
- from tensorflow.python.keras._impl.keras.utils.io_utils import HDF5Matrix
- from tensorflow.python.keras._impl.keras.utils.layer_utils import convert_all_kernels_in_model
- from tensorflow.python.keras._impl.keras.utils.multi_gpu_utils import multi_gpu_model
- from tensorflow.python.keras._impl.keras.utils.np_utils import normalize
- from tensorflow.python.keras._impl.keras.utils.np_utils import to_categorical
- from tensorflow.python.keras._impl.keras.utils.vis_utils import plot_model
+ from tensorflow.python.keras.utils.data_utils import GeneratorEnqueuer
+ from tensorflow.python.keras.utils.data_utils import get_file
++from tensorflow.python.keras.utils.data_utils import OrderedEnqueuer
+ from tensorflow.python.keras.utils.data_utils import Sequence
+ from tensorflow.python.keras.utils.data_utils import SequenceEnqueuer
+ from tensorflow.python.keras.utils.generic_utils import custom_object_scope
+ from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
+ from tensorflow.python.keras.utils.generic_utils import deserialize_keras_object
+ from tensorflow.python.keras.utils.generic_utils import get_custom_objects
+ from tensorflow.python.keras.utils.generic_utils import Progbar
+ from tensorflow.python.keras.utils.generic_utils import serialize_keras_object
+ from tensorflow.python.keras.utils.io_utils import HDF5Matrix
+ from tensorflow.python.keras.utils.layer_utils import convert_all_kernels_in_model
+ from tensorflow.python.keras.utils.multi_gpu_utils import multi_gpu_model
+ from tensorflow.python.keras.utils.np_utils import normalize
+ from tensorflow.python.keras.utils.np_utils import to_categorical
+ from tensorflow.python.keras.utils.vis_utils import plot_model
  
  del absolute_import
  del division
Simple merge
Simple merge
Simple merge
Simple merge