Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Dec 17, 2024
1 parent 42728a8 commit 4305b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CImg.h
Original file line number Diff line number Diff line change
Expand Up @@ -22427,7 +22427,7 @@ namespace cimg_library {
if (!std::strncmp(ss,"softmax(",8) || !std::strncmp(ss,"softmin(",8)) { // Softmax & softmin
_cimg_mp_op(*ss5=='a'?"Function 'softmax()'":"Function 'softmin()'");
s1 = ss8; while (s1<se1 && (*s1!=',' || level[s1 - expr._data]!=clevel1)) ++s1;
arg1 = compile(s0,s1,depth1,0,block_flags);
arg1 = compile(ss8,s1,depth1,0,block_flags);
arg2 = s1<se1?compile(++s1,se1,depth1,0,block_flags):1;
_cimg_mp_check_type(arg2,2,1,0);
p1 = size(arg1);
Expand Down

0 comments on commit 4305b74

Please sign in to comment.