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.
|