Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_map_dataset_op.cc247 RecordStop(ctx); in GetNextInternal()
255 RecordStop(ctx); in GetNextInternal()
467 RecordStop(ctx.get()); in CallFunction()
506 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in RunnerThread()
521 RecordStop(ctx.get()); in RunnerThread()
Dprefetch_dataset_op.cc180 RecordStop(ctx); in GetNextInternal()
187 RecordStop(ctx); in GetNextInternal()
446 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in PrefetchThread()
454 RecordStop(ctx.get()); in PrefetchThread()
Dparallel_interleave_dataset_op.cc365 RecordStop(ctx); in GetNextInternal()
414 RecordStop(ctx_.get()); in SaveInternal()
740 RecordStop(ctx_.get()); in WorkerManagerThread()
773 RecordStop(ctx_.get()); in WorkerManagerThread()
810 RecordStop(ctx_.get()); in CurrentWorkerThread()
878 RecordStop(ctx_.get()); in FutureWorkerThread()
1040 RecordStop(ctx_.get()); in WaitWorkerThread()
1388 RecordStop(ctx); in ReadElementsParallel()
Dparallel_batch_dataset_op.cc202 RecordStop(ctx); in GetNextInternal()
403 gtl::MakeCleanup([this, &ctx]() { RecordStop(ctx.get()); }); in RunnerThread()
417 RecordStop(ctx.get()); in RunnerThread()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc400 RecordStop(ctx); in GetNextInternal()
408 RecordStop(ctx); in GetNextInternal()
607 RecordStop(ctx.get()); in CallFunction()
612 gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in CallFunction()
742 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in RunnerThread()
759 RecordStop(ctx.get()); in RunnerThread()
Dparallel_interleave_dataset_op.cc391 RecordStop(ctx); in GetNextInternal()
713 RecordStop(ctx.get()); in WorkerThread()
750 RecordStop(ctx.get()); in WorkerThread()
803 RecordStop(ctx.get()); in WorkerThread()
863 RecordStop(ctx.get()); in WorkerThread()
Dsleep_dataset_op.cc132 RecordStop(ctx); in GetNextInternal()
Dmap_and_batch_dataset_op.cc240 RecordStop(ctx); in GetNextInternal()
530 gtl::MakeCleanup([this, &ctx]() { RecordStop(ctx.get()); }); in RunnerThread()
555 RecordStop(ctx.get()); in RunnerThread()
Dchoose_fastest_dataset_op.cc331 auto cleanup = gtl::MakeCleanup([this, ctx]() { RecordStop(ctx); }); in RunnerThread()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h1078 void RecordStop(IteratorContext* ctx) { in RecordStop() function