Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_map_iterator.cc94 RecordStart(ctx); in GetNextInternal()
99 RecordStart(ctx); in GetNextInternal()
272 RecordStart(ctx.get()); in RunnerThread()
290 RecordStart(ctx.get()); in RunnerThread()
Dprefetch_dataset_op.cc119 RecordStart(ctx); in GetNextInternal()
282 RecordStart(ctx.get()); in PrefetchThread()
291 RecordStart(ctx.get()); in PrefetchThread()
Dparallel_interleave_dataset_op.cc249 RecordStart(ctx); in GetNextInternal()
434 RecordStart(ctx.get()); in CurrentElementsManager()
466 RecordStart(ctx.get()); in CurrentElementsManager()
536 RecordStart(ctx.get()); in FetchResults()
579 RecordStart(ctx.get()); in FutureElementsManager()
595 RecordStart(ctx.get()); in FutureElementsManager()
Dcaptured_function.cc471 model->RecordStart(prefix, false /* stop_output */); in RunAsync()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dnuma_map_and_batch_dataset_op.cc376 itr_->RecordStart(ctx); in WaitForInputSpace()
437 itr_->RecordStart(ctx); in RetrieveInput()
531 itr_->RecordStart(ctx); in GetBatch()
966 RecordStart(ctx.get()); in RunnerThread()
1026 RecordStart(ctx.get()); in WorkerThread()
1047 RecordStart(ctx.get()); in WorkerThread()
Dparallel_interleave_dataset_op.cc360 RecordStart(ctx); in GetNextInternal()
634 RecordStart(ctx.get()); in WorkerThread()
678 RecordStart(ctx.get()); in WorkerThread()
730 RecordStart(ctx.get()); in WorkerThread()
781 RecordStart(ctx.get()); in WorkerThread()
Dsleep_dataset_op.cc106 RecordStart(ctx); in GetNextInternal()
Dmap_and_batch_dataset_op.cc303 RecordStart(ctx); in GetNextInternal()
599 RecordStart(ctx.get()); in RunnerThread()
628 RecordStart(ctx.get()); in RunnerThread()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc177 void RecordStart(TaskType type, int cookie) { in RecordStart() function in base::__anon2a3b24860111::TaskList
238 order->RecordStart(RECURSIVE, cookie); in RecursiveFunc()
250 order->RecordStart(QUITMESSAGELOOP, cookie); in QuitFunc()
460 order->RecordStart(MESSAGEBOX, cookie); in MessageBoxFunc()
469 order->RecordStart(ENDDIALOG, cookie); in EndDialogFunc()
1177 order->RecordStart(ORDERED, cookie); in OrderedFunc()
1279 order->RecordStart(PUMPS, cookie); in FuncThatPumps()
1285 order->RecordStart(SLEEP, cookie); in SleepFunc()
1333 order->RecordStart(RUNS, cookie); in FuncThatRuns()
1446 order->RecordStart(RUNS, cookie); in QuitAndRunNestedLoop()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h719 RecordStart(ctx, true /* stop_output */); in GetNext()
784 void RecordStart(IteratorContext* ctx, bool stop_output = false) {
Dmodel.h397 void RecordStart(const string& name, bool stop_output) LOCKS_EXCLUDED(mu_);
Dmodel.cc474 void Model::RecordStart(const string& name, bool stop_output) { in RecordStart() function in tensorflow::data::model::Model