mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
[xla] Merge two comment lines.
PiperOrigin-RevId: 802753388
This commit is contained in:
committed by
TensorFlower Gardener
parent
e8ca1ea499
commit
bf716cff71
@@ -1297,8 +1297,7 @@ absl::Status CopyInsertion::AddSpecialCaseCopies(
|
||||
HloPosition position = value2->defining_position();
|
||||
for (const HloUse& use : value->GetUses()) {
|
||||
// We already handle the copy of pin custom-call operands and shouldn't
|
||||
// add
|
||||
// another copy here.
|
||||
// add another copy here.
|
||||
if (!use.instruction->IsCustomCall(kPinCustomCallTarget) &&
|
||||
use.instruction == position.instruction) {
|
||||
VLOG(3) << "Same instruction: " << position.instruction->ToString();
|
||||
|
||||
Reference in New Issue
Block a user