Home
last modified time | relevance | path

Searched refs:NUM_LOGS (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dtime_log.h30 #define NUM_LOGS 100 macro
44 extern LogEntry time_logs[NUM_LOGS];
48 extern AverageEntry avg_entries[NUM_LOGS];
61 if (num_time_logs >= NUM_LOGS) { in TimeLog()
86 if (num_avg_entries >= NUM_LOGS) { in UpdateAverage()
Dtime_log.cc21 LogEntry time_logs[NUM_LOGS];
24 AverageEntry avg_entries[NUM_LOGS];