ONE - On-device Neural Engine
|
SolverOutput prints important performance information. More...
#include <SolverOutput.h>
Public Member Functions | |
const SolverOutput & | operator<< (const std::string &message) const |
print string message | |
const SolverOutput & | operator<< (float value) const |
print float value | |
void | TurnOn (bool on) |
turn on/off actual output | |
Static Public Member Functions | |
static SolverOutput & | get (void) |
get singleton object | |
SolverOutput prints important performance information.
Definition at line 25 of file SolverOutput.h.
|
static |
get singleton object
Definition at line 21 of file SolverOutput.cpp.
Referenced by entry(), and mpqsolver::bisection::BisectionSolver::run().
const SolverOutput & SolverOutput::operator<< | ( | const std::string & | message | ) | const |
print string message
Definition at line 27 of file SolverOutput.cpp.
const SolverOutput & SolverOutput::operator<< | ( | float | value | ) | const |
print float value
Definition at line 37 of file SolverOutput.cpp.
void SolverOutput::TurnOn | ( | bool | on | ) |