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