Searched defs:times_called (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/accuracy/ | ||
D | eval_pipeline_builder_test.cc | 39 int times_called() const { return called_count_; } in times_called() function in tensorflow::metrics::__anon4b92cee20111::IdentityStage |
/external/tensorflow/tensorflow/core/util/ | ||
D | stats_calculator.h | 163 int64_t times_called; member |
D | stats_calculator.cc | 76 const int64_t times_called = detail.times_called / num_runs(); in ColumnString() local |