#include <distnmftime.hpp>
|
| DistNMFTime (double d, double compute_d, double communication_d, double err_comp, double err_comm) |
|
| DistNMFTime (double d, double compute_d, double communication_d, double allgather_d, double allreduce_d, double reducescatter_d, double gram_d, double mm_d, double nnls_d, double err_comp, double err_comm) |
|
| DistNMFTime (double d, double compute_d, double communication_d, double gram_d, double mm_d, double nnls_d, double err_comp, double err_comm) |
|
const double | duration () const |
|
const double | compute_duration () const |
|
const double | communication_duration () const |
|
const double | allgather_duration () const |
|
const double | allreduce_duration () const |
|
const double | reducescatter_duration () const |
|
const double | gram_duration () const |
|
const double | mm_duration () const |
|
const double | nnls_duration () const |
|
const double | err_compute_duration () const |
|
const double | err_communication_duration () const |
|
void | duration (double d) |
|
void | compute_duration (double d) |
|
void | communication_duration (double d) |
|
void | allgather_duration (double d) |
|
void | allreduce_duration (double d) |
|
void | reducescatter_duration (double d) |
|
void | gram_duration (double d) |
|
void | mm_duration (double d) |
|
void | nnls_duration (double d) |
|
void | err_compute_duration (double d) |
|
void | err_communication_duration (double d) |
|
Definition at line 12 of file distnmftime.hpp.
◆ DistNMFTime() [1/3]
planc::DistNMFTime::DistNMFTime |
( |
double |
d, |
|
|
double |
compute_d, |
|
|
double |
communication_d, |
|
|
double |
err_comp, |
|
|
double |
err_comm |
|
) |
| |
|
inline |
◆ DistNMFTime() [2/3]
planc::DistNMFTime::DistNMFTime |
( |
double |
d, |
|
|
double |
compute_d, |
|
|
double |
communication_d, |
|
|
double |
allgather_d, |
|
|
double |
allreduce_d, |
|
|
double |
reducescatter_d, |
|
|
double |
gram_d, |
|
|
double |
mm_d, |
|
|
double |
nnls_d, |
|
|
double |
err_comp, |
|
|
double |
err_comm |
|
) |
| |
|
inline |
◆ DistNMFTime() [3/3]
planc::DistNMFTime::DistNMFTime |
( |
double |
d, |
|
|
double |
compute_d, |
|
|
double |
communication_d, |
|
|
double |
gram_d, |
|
|
double |
mm_d, |
|
|
double |
nnls_d, |
|
|
double |
err_comp, |
|
|
double |
err_comm |
|
) |
| |
|
inline |
◆ allgather_duration() [1/2]
const double planc::DistNMFTime::allgather_duration |
( |
| ) |
const |
|
inline |
◆ allgather_duration() [2/2]
void planc::DistNMFTime::allgather_duration |
( |
double |
d | ) |
|
|
inline |
◆ allreduce_duration() [1/2]
const double planc::DistNMFTime::allreduce_duration |
( |
| ) |
const |
|
inline |
◆ allreduce_duration() [2/2]
void planc::DistNMFTime::allreduce_duration |
( |
double |
d | ) |
|
|
inline |
◆ communication_duration() [1/2]
const double planc::DistNMFTime::communication_duration |
( |
| ) |
const |
|
inline |
◆ communication_duration() [2/2]
void planc::DistNMFTime::communication_duration |
( |
double |
d | ) |
|
|
inline |
◆ compute_duration() [1/2]
const double planc::DistNMFTime::compute_duration |
( |
| ) |
const |
|
inline |
◆ compute_duration() [2/2]
void planc::DistNMFTime::compute_duration |
( |
double |
d | ) |
|
|
inline |
◆ duration() [1/2]
const double planc::DistNMFTime::duration |
( |
| ) |
const |
|
inline |
◆ duration() [2/2]
void planc::DistNMFTime::duration |
( |
double |
d | ) |
|
|
inline |
◆ err_communication_duration() [1/2]
const double planc::DistNMFTime::err_communication_duration |
( |
| ) |
const |
|
inline |
◆ err_communication_duration() [2/2]
void planc::DistNMFTime::err_communication_duration |
( |
double |
d | ) |
|
|
inline |
◆ err_compute_duration() [1/2]
const double planc::DistNMFTime::err_compute_duration |
( |
| ) |
const |
|
inline |
◆ err_compute_duration() [2/2]
void planc::DistNMFTime::err_compute_duration |
( |
double |
d | ) |
|
|
inline |
◆ gram_duration() [1/2]
const double planc::DistNMFTime::gram_duration |
( |
| ) |
const |
|
inline |
◆ gram_duration() [2/2]
void planc::DistNMFTime::gram_duration |
( |
double |
d | ) |
|
|
inline |
◆ mm_duration() [1/2]
const double planc::DistNMFTime::mm_duration |
( |
| ) |
const |
|
inline |
◆ mm_duration() [2/2]
void planc::DistNMFTime::mm_duration |
( |
double |
d | ) |
|
|
inline |
◆ nnls_duration() [1/2]
const double planc::DistNMFTime::nnls_duration |
( |
| ) |
const |
|
inline |
◆ nnls_duration() [2/2]
void planc::DistNMFTime::nnls_duration |
( |
double |
d | ) |
|
|
inline |
◆ reducescatter_duration() [1/2]
const double planc::DistNMFTime::reducescatter_duration |
( |
| ) |
const |
|
inline |
◆ reducescatter_duration() [2/2]
void planc::DistNMFTime::reducescatter_duration |
( |
double |
d | ) |
|
|
inline |
The documentation for this class was generated from the following file: