aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu/ir_emitter.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-20 02:27:46 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-20 02:30:47 -0700
commit0f802ef693c29267dc69394597af808cbd90e60a (patch)
treec99071f4dd486d8f97383946daf8c5270730cd3c /tensorflow/compiler/xla/service/cpu/ir_emitter.h
parentfd1ba4a81dd9db89cd3800bc17260dfb91331474 (diff)
Remove operand parameters from Handle{Maximum,Minimum,Convert,Copy}.
PiperOrigin-RevId: 159537163
Diffstat (limited to 'tensorflow/compiler/xla/service/cpu/ir_emitter.h')
-rw-r--r--tensorflow/compiler/xla/service/cpu/ir_emitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/cpu/ir_emitter.h b/tensorflow/compiler/xla/service/cpu/ir_emitter.h
index 1a8c91efd4..a1b7bd9e6d 100644
--- a/tensorflow/compiler/xla/service/cpu/ir_emitter.h
+++ b/tensorflow/compiler/xla/service/cpu/ir_emitter.h
@@ -96,7 +96,7 @@ class IrEmitter : public DfsHloVisitorWithDefault {
Status HandleBitcast(HloInstruction* bitcast) override;
Status HandleConstant(HloInstruction* constant,
const Literal& literal) override;
- Status HandleCopy(HloInstruction* copy, HloInstruction* operand) override;
+ Status HandleCopy(HloInstruction* copy) override;
Status HandleGetTupleElement(HloInstruction* get_tuple_element,
HloInstruction* operand) override;
Status HandleSelect(HloInstruction* select, HloInstruction* pred,