Home
last modified time | relevance | path

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

/external/XNNPACK/src/
Druntime.c453 static inline uint64_t xnn_get_elapsed_time(const xnn_timestamp* start, const xnn_timestamp* end) { in xnn_get_elapsed_time() function
558 op_time += xnn_get_elapsed_time(&previous_ts, &opdata[i].end_ts[j]); in xnn_get_runtime_profiling_info()