зеркало из https://github.com/mozilla/kaldi.git
cudamatrix: adding comment to CuArray::{Min,Max}()
This commit is contained in:
Родитель
8bcc11f28d
Коммит
2d5404ce9e
|
@ -107,9 +107,11 @@ class CuArray {
|
|||
void Add(const T &value);
|
||||
|
||||
/// Get minimum value (for now implemented on CPU, reimplement if slow).
|
||||
/// Asserts the vector is non-empty, otherwise crashes.
|
||||
T Min() const;
|
||||
|
||||
/// Get minimum value (for now implemented on CPU, reimplement if slow).
|
||||
/// Asserts the vector is non-empty, otherwise crashes.
|
||||
T Max() const;
|
||||
|
||||
CuArray<T> &operator= (const CuArray<T> &in) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче