Searched refs:RecordStart (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | parallel_map_iterator.cc | 94 RecordStart(ctx); in GetNextInternal() 99 RecordStart(ctx); in GetNextInternal() 272 RecordStart(ctx.get()); in RunnerThread() 290 RecordStart(ctx.get()); in RunnerThread()
|
D | prefetch_dataset_op.cc | 119 RecordStart(ctx); in GetNextInternal() 282 RecordStart(ctx.get()); in PrefetchThread() 291 RecordStart(ctx.get()); in PrefetchThread()
|
D | parallel_interleave_dataset_op.cc | 249 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()
|
D | captured_function.cc | 471 model->RecordStart(prefix, false /* stop_output */); in RunAsync()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | numa_map_and_batch_dataset_op.cc | 376 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()
|
D | parallel_interleave_dataset_op.cc | 360 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()
|
D | sleep_dataset_op.cc | 106 RecordStart(ctx); in GetNextInternal()
|
D | map_and_batch_dataset_op.cc | 303 RecordStart(ctx); in GetNextInternal() 599 RecordStart(ctx.get()); in RunnerThread() 628 RecordStart(ctx.get()); in RunnerThread()
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 177 void RecordStart(TaskType type, int cookie) { in RecordStart() function in base::__anon9ed8289d0111::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/ |
D | dataset.h | 719 RecordStart(ctx, true /* stop_output */); in GetNext() 784 void RecordStart(IteratorContext* ctx, bool stop_output = false) {
|
D | model.h | 397 void RecordStart(const string& name, bool stop_output) LOCKS_EXCLUDED(mu_);
|
D | model.cc | 474 void Model::RecordStart(const string& name, bool stop_output) { in RecordStart() function in tensorflow::data::model::Model
|