tf.config.optimizer.set_jit | TensorFlow v2.16.1 (original) (raw)
tf.config.optimizer.set_jit
Stay organized with collections Save and categorize content based on your preferences.
Configure JIT compilation. (deprecated argument values)
View aliases
Compat aliases for migration
SeeMigration guide for more details.
tf.compat.v1.config.optimizer.set_jit
tf.config.optimizer.set_jit(
enabled: Union[bool, str]
)
Used in the notebooks
Used in the tutorials |
---|
Classifying CIFAR-10 with XLA |
Args | |
---|---|
enabled | JIT compilation configuration. Possible values: "autoclustering" (True is a deprecated alias): performautoclustering(automatically identify and compile clusters of nodes) on all graphs usingXLA. 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.