aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_instruction.h
diff options
context:
space:
mode:
authorGravatar Yuanzhong Xu <yuanzx@google.com>2018-10-03 21:41:43 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-03 21:46:07 -0700
commitd3ced638f0496c70c3a063be82b30b358179e369 (patch)
tree924e86d1c63c0019fb51adedf77a3ab6b4fd368e /tensorflow/compiler/xla/service/hlo_instruction.h
parent8a437200e14c8e09fcc8e952679d489909f175c8 (diff)
[XLA] Delete IsInplaceSlice.
PiperOrigin-RevId: 215681153
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_instruction.h')
-rw-r--r--tensorflow/compiler/xla/service/hlo_instruction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_instruction.h b/tensorflow/compiler/xla/service/hlo_instruction.h
index 9deed20e5d..374862c4b6 100644
--- a/tensorflow/compiler/xla/service/hlo_instruction.h
+++ b/tensorflow/compiler/xla/service/hlo_instruction.h
@@ -1330,9 +1330,6 @@ class HloInstruction {
int64 slice_strides(int64 dimension) const;
const std::vector<int64>& slice_strides() const;
- // Delegates to HloSliceInstruction::IsInPlaceSlice.
- bool IsInPlaceSlice() const;
-
// Returns the literal associated with this instruction.
const Literal& literal() const;