View source on GitHub |
Get experimental optimizer options.
tf.config.optimizer.get_experimental_options()
Refer to tf.config.optimizer.set_experimental_options for a list of current 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.
Returns | |
---|---|
Dictionary of configured experimental optimizer options |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/config/optimizer/get_experimental_options