Skip to content

Commit

Permalink
[Feature](mluOpLgamma): new parameters (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankd35 authored Sep 24, 2024
1 parent 9d863ae commit 17b9edf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mlu_op_test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ message Node {
optional FFTParam fft_param = 65536; // param
optional DCNParam dcn_param = 405;
optional LogcumsumexpParam logcumsumexp_param = 19980423;
optional LgammaParam lgamma_param = 202435;
}


Expand Down Expand Up @@ -1176,3 +1177,6 @@ message DCNParam {
message LogcumsumexpParam {
optional int32 dim = 1 [default = 0];
}
message LgammaParam {
optional bool inplace = 1 [default = false];
}

0 comments on commit 17b9edf

Please sign in to comment.