Home
last modified time | relevance | path

Searched refs:ShouldUsePrivateThreadPool (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dfinalize_dataset_op.cc58 if (ShouldUsePrivateThreadPool(options)) { in MakeDatasetHelper()
/external/tensorflow/tensorflow/core/data/
Ddataset_utils.h284 bool ShouldUsePrivateThreadPool(const Options& options);
Droot_dataset.cc55 if (ShouldUsePrivateThreadPool(options)) { in FromOptions()
Ddataset_utils.cc846 bool ShouldUsePrivateThreadPool(const Options& options) { in ShouldUsePrivateThreadPool() function