Use parenthesis based construction instead of brace initialization
authorSmit Hinsu <hinsu@google.com>
Wed, 9 May 2018 19:07:05 +0000 (12:07 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 9 May 2018 20:13:59 +0000 (13:13 -0700)
commit69bc455e699ba5d3b3227aff1932b556c93974d8
tree5744b90de0c2bf1a6719063487e830d10e1b755d
parentd3c2b54c6f10c3bdf0b7001d54556e9e7a8438c6
Use parenthesis based construction instead of brace initialization

Updates all the construction calls for Status, ScopedActivateContext and
mutexes withing stream_executor to follow the recommendation in
https://abseil.io/tips/88

PiperOrigin-RevId: 196007931
15 files changed:
tensorflow/stream_executor/cuda/cuda_blas.cc
tensorflow/stream_executor/cuda/cuda_diagnostics.cc
tensorflow/stream_executor/cuda/cuda_driver.cc
tensorflow/stream_executor/cuda/cuda_fft.cc
tensorflow/stream_executor/cuda/cuda_gpu_executor.cc
tensorflow/stream_executor/cuda/cuda_platform.cc
tensorflow/stream_executor/cuda/cuda_rng.cc
tensorflow/stream_executor/dnn.h
tensorflow/stream_executor/host/host_gpu_executor.h
tensorflow/stream_executor/host/host_platform.cc
tensorflow/stream_executor/kernel_spec.cc
tensorflow/stream_executor/plugin_registry.cc
tensorflow/stream_executor/stream.cc
tensorflow/stream_executor/stream.h
tensorflow/stream_executor/stream_executor_pimpl.cc