apply documentation suggestion
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user