Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dfinalize_dataset_op.cc51 if (ShouldConfigureMaxIntraOpParallelism(options)) { in MakeDatasetHelper()
/external/tensorflow/tensorflow/core/data/
Ddataset_utils.h281 bool ShouldConfigureMaxIntraOpParallelism(const Options& options);
Droot_dataset.cc51 if (ShouldConfigureMaxIntraOpParallelism(options)) { in FromOptions()
Ddataset_utils.cc841 bool ShouldConfigureMaxIntraOpParallelism(const Options& options) { in ShouldConfigureMaxIntraOpParallelism() function