Home
last modified time | relevance | path

Searched refs:RecordStop (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_map_iterator.cc92 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()
Dprefetch_dataset_op.cc117 RecordStop(ctx); in GetNextInternal()
283 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in PrefetchThread()
289 RecordStop(ctx.get()); in PrefetchThread()
Dparallel_interleave_dataset_op.cc247 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()
Dcaptured_function.cc475 model->RecordStop(prefix, false /* start_output */); in RunAsync()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dnuma_map_and_batch_dataset_op.cc374 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()
Dparallel_interleave_dataset_op.cc354 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()
Dsleep_dataset_op.cc104 RecordStop(ctx); in GetNextInternal()
Dmap_and_batch_dataset_op.cc301 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/
Ddataset.h722 RecordStop(ctx, true /* start_output */); in GetNext()
796 void RecordStop(IteratorContext* ctx, bool start_output = false) {
Dmodel.h401 void RecordStop(const string& name, bool start_output) LOCKS_EXCLUDED(mu_);
Dmodel.cc486 void Model::RecordStop(const string& name, bool start_output) { in RecordStop() function in tensorflow::data::model::Model