Removing underscore prefixes from hidden generated Python functions.
authorAnna R <annarev@google.com>
Wed, 28 Feb 2018 22:50:02 +0000 (14:50 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 28 Feb 2018 22:53:59 +0000 (14:53 -0800)
commit91d49c7d98114da4e4647c62d9f9b69119296b69
treef471ce837b915650f1128a57d505ac2c46dc51da
parentf28e4d6faf94c08464f430f9cd01ef32dde6ad46
Removing underscore prefixes from hidden generated Python functions.

PiperOrigin-RevId: 187386941
88 files changed:
tensorflow/compiler/tests/binary_ops_test.py
tensorflow/compiler/tests/concat_ops_test.py
tensorflow/compiler/tests/image_ops_test.py
tensorflow/compiler/tests/lrn_ops_test.py
tensorflow/compiler/tests/pooling_ops_3d_test.py
tensorflow/compiler/tests/pooling_ops_test.py
tensorflow/compiler/tests/spacetobatch_op_test.py
tensorflow/compiler/tests/stack_ops_test.py
tensorflow/compiler/tests/tensor_array_ops_test.py
tensorflow/contrib/lookup/lookup_ops.py
tensorflow/python/__init__.py
tensorflow/python/debug/lib/debug_gradients.py
tensorflow/python/eager/benchmarks_test.py
tensorflow/python/eager/ops_test.py
tensorflow/python/eager/python_eager_op_gen.cc
tensorflow/python/framework/function_test.py
tensorflow/python/framework/graph_util_test.py
tensorflow/python/framework/ops_test.py
tensorflow/python/framework/python_op_gen.cc
tensorflow/python/framework/python_op_gen_internal.h
tensorflow/python/framework/tensor_util_test.py
tensorflow/python/grappler/layout_optimizer_test.py
tensorflow/python/kernel_tests/array_ops_test.py
tensorflow/python/kernel_tests/batchtospace_op_test.py
tensorflow/python/kernel_tests/bcast_ops_test.py
tensorflow/python/kernel_tests/checkpoint_ops_test.py
tensorflow/python/kernel_tests/concat_op_test.py
tensorflow/python/kernel_tests/control_flow_ops_py_test.py
tensorflow/python/kernel_tests/cwise_ops_test.py
tensorflow/python/kernel_tests/determinant_op_test.py
tensorflow/python/kernel_tests/fractional_avg_pool_op_test.py
tensorflow/python/kernel_tests/fractional_max_pool_op_test.py
tensorflow/python/kernel_tests/matrix_exponential_op_test.py
tensorflow/python/kernel_tests/matrix_logarithm_op_test.py
tensorflow/python/kernel_tests/pooling_ops_test.py
tensorflow/python/kernel_tests/save_restore_ops_test.py
tensorflow/python/kernel_tests/scalar_test.py
tensorflow/python/kernel_tests/spacetobatch_op_test.py
tensorflow/python/kernel_tests/sparse_xent_op_test.py
tensorflow/python/kernel_tests/stack_ops_test.py
tensorflow/python/kernel_tests/tensor_array_ops_test.py
tensorflow/python/kernel_tests/unique_op_test.py
tensorflow/python/kernel_tests/variable_ops_test.py
tensorflow/python/kernel_tests/variables_test.py
tensorflow/python/kernel_tests/xent_op_test.py
tensorflow/python/ops/accumulate_n_benchmark.py
tensorflow/python/ops/array_grad.py
tensorflow/python/ops/array_ops.py
tensorflow/python/ops/batch_norm_benchmark.py
tensorflow/python/ops/candidate_sampling_ops.py
tensorflow/python/ops/control_flow_grad.py
tensorflow/python/ops/control_flow_ops.py
tensorflow/python/ops/ctc_ops.py
tensorflow/python/ops/data_flow_ops.py
tensorflow/python/ops/functional_ops.py
tensorflow/python/ops/gradients_impl.py
tensorflow/python/ops/histogram_ops.py
tensorflow/python/ops/image_grad.py
tensorflow/python/ops/image_ops_impl.py
tensorflow/python/ops/io_ops.py
tensorflow/python/ops/linalg/linalg_impl.py
tensorflow/python/ops/linalg_ops.py
tensorflow/python/ops/logging_ops.py
tensorflow/python/ops/lookup_ops.py
tensorflow/python/ops/math_grad.py
tensorflow/python/ops/math_ops.py
tensorflow/python/ops/nn_batchnorm_test.py
tensorflow/python/ops/nn_grad.py
tensorflow/python/ops/nn_impl.py
tensorflow/python/ops/nn_ops.py
tensorflow/python/ops/parsing_ops.py
tensorflow/python/ops/random_ops.py
tensorflow/python/ops/script_ops.py
tensorflow/python/ops/session_ops.py
tensorflow/python/ops/sparse_grad.py
tensorflow/python/ops/sparse_ops.py
tensorflow/python/ops/standard_ops.py
tensorflow/python/ops/state_ops.py
tensorflow/python/ops/string_ops.py
tensorflow/python/ops/summary_ops.py
tensorflow/python/ops/tensor_array_ops.py
tensorflow/python/summary/summary.py
tensorflow/python/training/checkpoint_ops.py
tensorflow/python/training/learning_rate_decay_test.py
tensorflow/python/training/moving_averages_test.py
tensorflow/python/training/saver.py
tensorflow/python/training/saver_test_utils.py
tensorflow/python/user_ops/user_ops.py