Remove _USE_C_API staging in tests now that the C API is enabled by default.
authorSkye Wanderman-Milne <skyewm@google.com>
Thu, 17 May 2018 01:03:01 +0000 (18:03 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 17 May 2018 01:06:14 +0000 (18:06 -0700)
commit0c33e1ff58e121a0cf6acdb6aeb8de53cb3abf25
tree42d8a74609e78bffda238c3f8f0538bfdf61a80c
parent1511cf2f51965151147d1ca2e822439c6656b821
Remove _USE_C_API staging in tests now that the C API is enabled by default.

This is in preparation for removing the _USE_C_API toggle altogether.

PiperOrigin-RevId: 196920481
24 files changed:
tensorflow/compiler/tests/function_test.py
tensorflow/contrib/compiler/jit_test.py
tensorflow/contrib/distributions/python/kernel_tests/bijectors/reshape_test.py
tensorflow/contrib/framework/python/framework/tensor_util_test.py
tensorflow/contrib/losses/python/losses/loss_ops_test.py
tensorflow/contrib/tensorrt/test/tf_trt_integration_test.py
tensorflow/contrib/training/python/training/batch_sequences_with_states_test.py
tensorflow/python/client/session_clusterspec_prop_test.py
tensorflow/python/client/session_list_devices_test.py
tensorflow/python/client/session_partial_run_test.py
tensorflow/python/client/session_test.py
tensorflow/python/client/virtual_gpu_test.py
tensorflow/python/feature_column/feature_column_test.py
tensorflow/python/grappler/memory_optimizer_test.py
tensorflow/python/kernel_tests/distributions/util_test.py
tensorflow/python/layers/convolutional_test.py
tensorflow/python/ops/control_flow_ops_test.py
tensorflow/python/ops/gradients_test.py
tensorflow/python/ops/math_ops_test.py
tensorflow/python/ops/nn_batchnorm_test.py
tensorflow/python/saved_model/saved_model_test.py
tensorflow/python/tools/optimize_for_inference_test.py
tensorflow/python/training/saver_test.py
tensorflow/python/training/slot_creator_test.py