Searched refs:unbounded_thread_pool_ (Results 1 – 5 of 5) sorted by relevance
143 params.thread_factory = unbounded_thread_pool_.get_thread_factory(); in MakeIterator()144 params.thread_pool = &unbounded_thread_pool_; in MakeIterator()178 unbounded_thread_pool_(Env::Default(), "tf_data_standalone") { in Dataset()
130 UnboundedThreadPool unbounded_thread_pool_; variable
97 unbounded_thread_pool_(env, "tf_data_iterator_resource"), in IteratorResource()129 params.thread_factory = unbounded_thread_pool_.get_thread_factory(); in GetNext()130 params.thread_pool = &unbounded_thread_pool_; in GetNext()193 params.thread_factory = unbounded_thread_pool_.get_thread_factory(); in Restore()194 params.thread_pool = &unbounded_thread_pool_; in Restore()229 params.thread_factory = unbounded_thread_pool_.get_thread_factory(); in SetIteratorFromDataset()230 params.thread_pool = &unbounded_thread_pool_; in SetIteratorFromDataset()
87 unbounded_thread_pool_(env, "tf_data_multi_device_iterator_resource"), in MultiDeviceIterator()141 params.thread_factory = unbounded_thread_pool_.get_thread_factory(); in GetNextFromShard()142 params.thread_pool = &unbounded_thread_pool_; in GetNextFromShard()289 parent_->unbounded_thread_pool_.get_thread_factory()->StartThread( in EnsureBackgroundThreadStarted()458 UnboundedThreadPool unbounded_thread_pool_; member in tensorflow::data::__anon7578bfd70111::MultiDeviceIterator
138 UnboundedThreadPool unbounded_thread_pool_; variable