Home
last modified time | relevance | path

Searched defs:total_time_us (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dop_metrics_to_record.h67 inline void SetRankAndTimeFractions(double total_time_us, in SetRankAndTimeFractions()
78 inline void SetRankAndDeviceTimeFractions(double total_time_us, in SetRankAndDeviceTimeFractions()
90 inline void SetRankAndHostTimeFractions(double total_time_us, in SetRankAndHostTimeFractions()
/aosp_15_r20/external/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler_unittest.cc113 double total_time_us = in ResampleBenchmarkTest() local
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dprofiler_util.py371 def _format_time_share(time_us, total_time_us): argument
/aosp_15_r20/external/tensorflow/tensorflow/tools/benchmark/
H A Dbenchmark_model.cc329 StatSummarizer* stats, int64_t* total_time_us, in TimeMultipleRuns()