Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc67 uint64 GetLatencyMicroseconds(const uint64 start_microseconds) { in GetLatencyMicroseconds() function
279 << GetLatencyMicroseconds(start_microseconds) << " microseconds."; in LoadSavedModel()
288 ->IncrementBy(GetLatencyMicroseconds(start_microseconds)); in LoadSavedModel()
416 GetLatencyMicroseconds(read_start_microseconds); in RestoreSession()
428 ->Add(GetLatencyMicroseconds(graph_init_start_microseconds)); in RestoreSession()