Rename CreateXyzHlo utilities to MakeXyzHlo as discussed on cr/188968478; NFC
authorSanjoy Das <sanjoy@google.com>
Thu, 15 Mar 2018 22:47:09 +0000 (15:47 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 15 Mar 2018 23:01:07 +0000 (16:01 -0700)
commit829f2aff4e663c13b71253707c8a867ca929bb1e
tree46dd10f7120964229c704e525ee9a3ec5a21efc5
parent1e75c69339da2fbf2c5c5fbeb891243badae7ff8
Rename CreateXyzHlo utilities to MakeXyzHlo as discussed on cr/188968478; NFC

The rationale here is that MakeXyzHlo is less likely to be confused with
HloInstruction::CreateXyz and we already have a convention of using a "Make"
prefix for ergonomic factory functions.
PiperOrigin-RevId: 189259036
tensorflow/compiler/xla/service/algebraic_simplifier.cc
tensorflow/compiler/xla/service/gather_expander.cc
tensorflow/compiler/xla/service/gpu/pad_insertion.cc
tensorflow/compiler/xla/service/hlo_creation_utils.cc
tensorflow/compiler/xla/service/hlo_creation_utils.h
tensorflow/compiler/xla/service/while_util.cc