tf.config.optimizer.set_jit
Configure JIT compilation. (deprecated argument values)
tf.config.optimizer.set_jit(
enabled: Union[bool, str]
)
Used in the notebooks
Args |
enabled
|
JIT compilation configuration.
Possible values:
"autoclustering" (True is a deprecated alias): perform
autoclustering
(automatically identify and compile clusters of nodes) on all graphs
using
XLA.
False : do not automatically compile any graphs.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[]]