Home
last modified time | relevance | path

Searched refs:tf_xla_cpu_global_jit (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc117 &mark_for_compilation_flags->tf_xla_cpu_global_jit, in AppendMarkForCompilationPassFlagsInternal()
152 mark_for_compilation_flags->tf_xla_cpu_global_jit = false; in AllocateAndParseFlags()
Dreport_clustering_info_pass.cc29 GetMarkForCompilationPassFlags()->tf_xla_cpu_global_jit); in Run()
Dflags.h66 bool tf_xla_cpu_global_jit; member
Dxla_activity_listener_test.cc194 tensorflow::GetMarkForCompilationPassFlags()->tf_xla_cpu_global_jit = true; in main()
Dxla_activity.proto72 // Whether --tf_xla_cpu_global_jit is enabled in TF_XLA_FLAGS.
Dmark_for_compilation_pass.cc1661 if (flags->tf_xla_cpu_global_jit) { in ShouldCompileClusterImpl()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc77 flags->tf_xla_cpu_global_jit = true; in TF_EnableXLACompilation()
95 bool original = flags->tf_xla_cpu_global_jit; in TF_SetTfXlaCpuGlobalJit()
96 flags->tf_xla_cpu_global_jit = static_cast<bool>(enable); in TF_SetTfXlaCpuGlobalJit()
134 flags->tf_xla_cpu_global_jit = true; in TF_CreateConfig()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dindex.md112 enabled on CPU by additionally using the flag `--tf_xla_cpu_global_jit`:
115 $ TF_XLA_FLAGS="--tf_xla_auto_jit=2 --tf_xla_cpu_global_jit" path/to/your/program
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc152 bool cpu_global_jit = flags->tf_xla_cpu_global_jit; in GetCompilationDevice()