KerasTimer#

#include <keras_model.h>

How to cite this class in this doc#

:ref:`KerasTimer <class-kerastimer>`
[KerasTimer](#class-kerastimer)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

KerasTimer
KerasTimer::KerasTimer()
How to cite in this doc:
:ref:`KerasTimer::KerasTimer() <public-kerastimer-kerastimer>`
[KerasTimer::KerasTimer()](#public-kerastimer-kerastimer)
Start
void KerasTimer::Start()
How to cite in this doc:
:ref:`void KerasTimer::Start() <public-void-kerastimer-start>`
[void KerasTimer::Start()](#public-void-kerastimer-start)
Stop
double KerasTimer::Stop()
How to cite in this doc:
:ref:`double KerasTimer::Stop() <public-double-kerastimer-stop>`
[double KerasTimer::Stop()](#public-double-kerastimer-stop)

Attributes Documentation#

start_ (private)
std::chrono::time_point<std::chrono::high_resolution_clock> KerasTimer::start_