Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/protobuf/
Dreplay_log.proto19 double end_time_us = 32; field
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc150 const uint64 end_time_us = ctx->env()->NowMicros(); in GetNext() local
151 metrics::RecordTFDataGetNextDuration(safe_sub(end_time_us, start_time_us)); in GetNext()
155 safe_sub(end_time_us, get_next_end_time_us_)); in GetNext()
156 get_next_end_time_us_ = std::max(get_next_end_time_us_, end_time_us); in GetNext()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc264 const int64 end_time_us = Env::Default()->NowMicros(); in RunInferenceByHexagonControlWrapper() local
274 << (end_time_us - start_time_us) / EXECUTION_REPEAT_COUNT << "us"; in RunInferenceByHexagonControlWrapper()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer.cc123 int64_t end_time_us) { in EstimateRtpClockFrequency() argument
132 if (packets[i].log_time_us() > end_time_us) in EstimateRtpClockFrequency()