Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/ops/
Doptimization_options.py56 def _graph_rewrites(self): member in MapVectorizationOptions
261 def _graph_rewrites(self): member in OptimizationOptions
272 result = self.map_vectorization._graph_rewrites() # pylint: disable=protected-access
274 result = MapVectorizationOptions()._graph_rewrites() # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Doptimize_dataset_test.py386 graph_rewrites = options._graph_rewrites()
426 graph_rewrites = options._graph_rewrites()
435 graph_rewrites = options._graph_rewrites()
445 graph_rewrites = options._graph_rewrites()
493 graph_rewrites = options._graph_rewrites()
541 graph_rewrites = options._graph_rewrites()
584 graph_rewrites = options._graph_rewrites()
Dprefetch_with_slack_test.py48 self.assertIn("slack", dataset.options()._graph_rewrites().enabled)
72 self.assertIn("slack", dataset.options()._graph_rewrites().enabled)
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py384 graph_rewrites = options._graph_rewrites()
3082 def _graph_rewrites(self): member in Options
3093 result = self.experimental_optimization._graph_rewrites() # pylint: disable=protected-access
3096 …result = optimization_options.OptimizationOptions()._graph_rewrites() # pylint: disable=protected…