Searched refs:RecordStop (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | parallel_map_iterator.cc | 92 RecordStop(ctx); in GetNextInternal() 97 RecordStop(ctx); in GetNextInternal() 273 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in RunnerThread() 288 RecordStop(ctx.get()); in RunnerThread()
|
D | prefetch_dataset_op.cc | 117 RecordStop(ctx); in GetNextInternal() 283 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in PrefetchThread() 289 RecordStop(ctx.get()); in PrefetchThread()
|
D | parallel_interleave_dataset_op.cc | 247 RecordStop(ctx); in GetNextInternal() 435 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in CurrentElementsManager() 464 RecordStop(ctx.get()); in CurrentElementsManager() 537 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in FetchResults() 580 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in FutureElementsManager() 593 RecordStop(ctx.get()); in FutureElementsManager()
|
D | captured_function.cc | 475 model->RecordStop(prefix, false /* start_output */); in RunAsync()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | numa_map_and_batch_dataset_op.cc | 374 itr_->RecordStop(ctx); in WaitForInputSpace() 435 itr_->RecordStop(ctx); in RetrieveInput() 529 itr_->RecordStop(ctx); in GetBatch() 974 RecordStop(ctx.get()); in RunnerThread() 1030 RecordStop(ctx.get()); in WorkerThread() 1045 RecordStop(ctx.get()); in WorkerThread()
|
D | parallel_interleave_dataset_op.cc | 354 RecordStop(ctx); in GetNextInternal() 638 RecordStop(ctx.get()); in WorkerThread() 676 RecordStop(ctx.get()); in WorkerThread() 728 RecordStop(ctx.get()); in WorkerThread() 779 RecordStop(ctx.get()); in WorkerThread()
|
D | sleep_dataset_op.cc | 104 RecordStop(ctx); in GetNextInternal()
|
D | map_and_batch_dataset_op.cc | 301 RecordStop(ctx); in GetNextInternal() 601 gtl::MakeCleanup([this, &ctx]() { RecordStop(ctx.get()); }); in RunnerThread() 626 RecordStop(ctx.get()); in RunnerThread()
|
/external/tensorflow/tensorflow/core/framework/ |
D | dataset.h | 722 RecordStop(ctx, true /* start_output */); in GetNext() 796 void RecordStop(IteratorContext* ctx, bool start_output = false) {
|
D | model.h | 401 void RecordStop(const string& name, bool start_output) LOCKS_EXCLUDED(mu_);
|
D | model.cc | 486 void Model::RecordStop(const string& name, bool start_output) { in RecordStop() function in tensorflow::data::model::Model
|