Home | History | Annotate | Download | only in gpu

Lines Matching refs:reverse

225   // Match the reverse of the filter.
234 << "Backward input convolution should reverse all kernel dimensions.";
241 VLOG(1) << "The reverse filter is neither a kReverse nor a 1x1 filter: "
336 // | pad | reverse
360 // ABCD = Conv(abc, reverse(xy), padding_high=2)
378 // If the reverse is omitted (for 1x1 filters) in the original pattern, we add
413 // Backward input conv subsumes the conv plus the reverse in operand 1.
414 HloInstruction* reverse = conv->mutable_operand(1);
415 CHECK_EQ(reverse->opcode(), HloOpcode::kReverse);
416 HloInstruction* rhs = reverse->mutable_operand(0);