Searched refs:background_worker_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | iterator_ops.h | 112 background_worker_(ctx->env(), "tf_data_iterator_get_next") {} in IteratorGetNextOp() 117 BackgroundWorker background_worker_; 124 background_worker_(ctx->env(), in IteratorGetNextAsOptionalOp() 133 BackgroundWorker background_worker_;
|
D | iterator_ops.cc | 568 background_worker_(ctx->env(), "tf_data_to_single_element") {} in ToSingleElementOp() 574 background_worker_.Schedule([ctx, done]() { in ComputeAsync() 635 BackgroundWorker background_worker_; member in tensorflow::data::__anonaa5420280411::ToSingleElementOp 642 background_worker_(ctx->env(), "tf_data_reduce_dataset") { in ReduceDatasetOp() 654 background_worker_.Schedule([this, ctx, done]() { in ComputeAsync() 753 BackgroundWorker background_worker_; member in tensorflow::data::__anonaa5420280411::ReduceDatasetOp 760 background_worker_(ctx->env(), "tf_data_one_shot_iterator"), in OneShotIteratorOp() 802 background_worker_.Schedule([this, ctx, done]() { Init(ctx, done); }); in ComputeAsync() 932 BackgroundWorker background_worker_; member in tensorflow::data::__anonaa5420280411::OneShotIteratorOp 954 background_worker_.Schedule(std::bind( in ComputeAsync() [all …]
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | to_tf_record_op.cc | 32 background_worker_(ctx->env(), "tf_data_to_tf_record") {} in ToTFRecordOp() 49 background_worker_.Schedule([this, ctx, done]() { in ComputeAsync() 100 BackgroundWorker background_worker_; member in tensorflow::data::__anon72a1f7020111::ToTFRecordOp
|