Home
last modified time | relevance | path

Searched defs:processing_time (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/api/video/
Dvideo_frame.h254 const absl::optional<ProcessingTime> processing_time() const { in processing_time() function
257 void set_processing_time(const ProcessingTime& processing_time) { in set_processing_time()
/external/tensorflow/tensorflow/core/framework/
Dmodel.proto58 int64 processing_time = 9; field
Dmodel.h297 int64_t processing_time() const TF_LOCKS_EXCLUDED(mu_) { in processing_time() function
Dmodel.cc231 double processing_time = node->TotalProcessingTime(&processing_times); in CollectParameters() local
2406 const double processing_time = TotalProcessingTime(snapshot); in OptimizeHillClimbHelper() local
2665 double buffered_bytes) { in OptimizeHillClimb()
2693 double buffered_bytes) { in OptimizeMaxParallelism()
Dmodel_test.cc630 double weighted_processing_time(int64_t num_elements, double processing_time, in weighted_processing_time()
/external/libcups/cups/
Dutil.c433 processing_time; /* time-at-processing */ in cupsGetJobs2() local
Dcups.h275 time_t processing_time; /* Time the job was processed */ member
/external/tensorflow/tensorflow/core/data/
Dcaptured_function.cc67 int64_t processing_time() { in processing_time() function in tensorflow::data::__anon958fbc3d0111::SimpleStepStatsCollector