Searched refs:_graph_rewrites (Results 1 – 4 of 4) sorted by relevance
56 def _graph_rewrites(self): member in MapVectorizationOptions261 def _graph_rewrites(self): member in OptimizationOptions272 result = self.map_vectorization._graph_rewrites() # pylint: disable=protected-access274 result = MapVectorizationOptions()._graph_rewrites() # pylint: disable=protected-access
386 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()
48 self.assertIn("slack", dataset.options()._graph_rewrites().enabled)72 self.assertIn("slack", dataset.options()._graph_rewrites().enabled)
384 graph_rewrites = options._graph_rewrites()3082 def _graph_rewrites(self): member in Options3093 result = self.experimental_optimization._graph_rewrites() # pylint: disable=protected-access3096 …result = optimization_options.OptimizationOptions()._graph_rewrites() # pylint: disable=protected…