Home
last modified time | relevance | path

Searched defs:times_called (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dstats_calculator.h176 int64_t times_called; member
Dstats_calculator.cc80 const int64_t times_called = detail.times_called / num_runs(); in ColumnString() local