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:05:52 +0000 (18:05 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 17 May 2018 01:09:22 +0000 (18:09 -0700)
commitd335efbaac98bfa974eea77bbc63d56101031477
treef17207d89b4d06137a60f6f129a29d3b514bbf92
parent0c33e1ff58e121a0cf6acdb6aeb8de53cb3abf25
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: 196920890
20 files changed:
tensorflow/contrib/distribute/python/mirrored_strategy_multigpu_test.py
tensorflow/contrib/distribute/python/mirrored_strategy_test.py
tensorflow/contrib/distribute/python/multi_worker_strategy_test.py
tensorflow/contrib/distribute/python/one_device_strategy_test.py
tensorflow/contrib/distribute/python/shared_variable_creator_test.py
tensorflow/contrib/distribute/python/values_test.py
tensorflow/python/framework/function_test.py
tensorflow/python/framework/importer_test.py
tensorflow/python/framework/meta_graph_test.py
tensorflow/python/framework/op_def_library_test.py
tensorflow/python/framework/ops_test.py
tensorflow/python/framework/smart_cond_test.py
tensorflow/python/framework/subscribe_test.py
tensorflow/python/framework/test_util_test.py
tensorflow/python/kernel_tests/array_ops_test.py
tensorflow/python/kernel_tests/control_flow_ops_py_test.py
tensorflow/python/kernel_tests/large_concat_op_test.py
tensorflow/python/kernel_tests/resource_variable_ops_test.py
tensorflow/python/kernel_tests/scalar_test.py
tensorflow/python/kernel_tests/softmax_op_test.py