Skip to content

Commit

Permalink
[Feature](mlu-ops): Fix sync_batch_norm_backward_elemt proto (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
axing444 authored Jul 24, 2024
1 parent 8a4bd1f commit ba65b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlu_op_test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ enum OpType {
SQRT = 2021;
SQRT_BACKWARD = 55660;
STRIDED_SLICE = 657;
SYNC_BATCH_NORM_BACKWARD_ELEMT = 1663;
SYNC_BATCHNORM_BACKWARD_ELEMT = 1663;
SYNC_BATCHNORM_BACKWARD_ELEMT_V2 = 1664;
SYNC_BATCHNORM_BACKWARD_REDUCE = 38324;
SYNC_BATCHNORM_ELEMT = 1662;
Expand Down Expand Up @@ -1182,4 +1182,4 @@ message DCNParam {
// param to call mluOpLogcumsumexp()
message LogcumsumexpParam {
optional int32 dim = 1 [default = 0];
}
}

0 comments on commit ba65b7f

Please sign in to comment.