minor edit

This commit is contained in:
amoitra 2019-07-22 11:58:33 -07:00
parent 808a8068ad
commit 969a4b05b4

View File

@ -328,7 +328,7 @@ MatchBackwardInput(HloInstruction* conv) {
if (conv->feature_group_count() > 1) {
return no_match_result;
}
// Match instruction pattern.
CHECK_EQ(HloOpcode::kConvolution, conv->opcode());
HloInstruction* reverse_filter = conv->mutable_operand(1);