apply documentation suggestion

This commit is contained in:
hello-fri-end
2022-02-26 09:24:02 +05:30
parent f5c80237c8
commit 1978faadbb
2 changed files with 2 additions and 4 deletions
@@ -101,8 +101,7 @@ class KLDivergence
//! Locally-stored output parameter object.
OutputDataType outputParameter;
//! Boolean value that tells if reduction
// is 'sum' or 'mean'.
//! Boolean value that tells if reduction is 'sum' or 'mean'.
bool reduction;
}; // class KLDivergence
@@ -112,8 +112,7 @@ class NegativeLogLikelihood
//! Locally-stored output parameter object.
OutputDataType outputParameter;
//! Boolean value that tells if reduction
// is 'sum' or 'mean'.
//! Boolean value that tells if reduction is 'sum' or 'mean'.
bool reduction;
}; // class NegativeLogLikelihood