Skip to content

Commit

Permalink
[Feature](mluOpLogcumsumexp): new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
shouhoo committed Jun 24, 2024
1 parent dcef993 commit f3a0c55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mlu_op_test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ message Node {
optional BatchMatMulBCastParam batch_matmul_bcast_param = 132; // param
optional FFTParam fft_param = 65536; // param
optional DCNParam dcn_param = 405;
optional LogcumsumexpParam logcumsumexp_param = 998;
}


Expand Down Expand Up @@ -1168,3 +1169,8 @@ message DCNParam {
optional int32 im2col_step = 7;
optional DataType compute_type = 8;
}

// param to call mluOpLogcumsumexp()
message LogcumsumexpParam {
optional int32 dim = 1 [default = 0];
}

0 comments on commit f3a0c55

Please sign in to comment.