Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Dvideo_frame.h232 const absl::optional<ProcessingTime> processing_time() const { in processing_time() function
235 void set_processing_time(const ProcessingTime& processing_time) { in set_processing_time()
/external/tensorflow/tensorflow/core/framework/
Dmodel.proto53 int64 processing_time = 9; field
Dmodel.h260 int64 processing_time() const TF_LOCKS_EXCLUDED(mu_) { in processing_time() function
Dmodel_test.cc487 double weighted_processing_time(int64 num_elements, double processing_time, in weighted_processing_time()
Dmodel.cc64 double processing_time = node->TotalProcessingTime(&processing_times); in CollectParameters() local
1841 const double processing_time = TotalProcessingTime(snapshot); in OptimizeHillClimb() local
/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/kernels/data/
Dcaptured_function.cc66 int64 processing_time() { in processing_time() function in tensorflow::data::__anon5a9b84710111::SimpleStepStatsCollector