Enable grappler's autoparallel pass

Grappler offers an autoparallel optimizer as stated in (TensorFlow graph optimization with Grappler  |  TensorFlow Core).

But there is no explicit tools for setting the flag, the tf.config.optimizer.set_experimental_options() does not offer this option (auto_parallel) either.

How could I enable this? Thanks in advance

1 Like

It is available but not documented. I think you could open a Docoumentation type issue on Github

1 Like

Thank you very much. I have submitted the issue at #49507

1 Like