minor edit
This commit is contained in:
parent
808a8068ad
commit
969a4b05b4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user