tf.config.optimizer.set_jit

Configure JIT compilation. (deprecated argument values)

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.