KerasTimer#

#include <keras_model.h>
Brief description

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

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

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

KerasTimer#

Definition
KerasTimer::KerasTimer()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

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

Start#

Definition
void KerasTimer::Start()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void KerasTimer::Start() <kerastimer-public-void-kerastimer-start>`
[void KerasTimer::Start()](#kerastimer-public-void-kerastimer-start)

Stop#

Definition
double KerasTimer::Stop()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double KerasTimer::Stop() <kerastimer-public-double-kerastimer-stop>`
[double KerasTimer::Stop()](#kerastimer-public-double-kerastimer-stop)

Attributes Documentation#

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