tf.config.optimizer.set_experimental_options

View source on GitHub

Set experimental optimizer options.

tf.config.optimizer.set_experimental_options(
    options
)

Note that optimizations are only applied in graph mode, (within tf.function). In addition, as these are experimental options, the list is subject to change.

Args: