Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/accuracy/
Deval_pipeline_builder_test.cc39 int times_called() const { return called_count_; } in times_called() function in tensorflow::metrics::__anon4b92cee20111::IdentityStage
63 int times_called() const { return called_count_; } in times_called() function in tensorflow::metrics::__anon4b92cee20111::FailingStage
/external/tensorflow/tensorflow/core/util/
Dstats_calculator.h163 int64_t times_called; member
Dstats_calculator.cc76 const int64_t times_called = detail.times_called / num_runs(); in ColumnString() local