Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc52 &mark_for_compilation_flags->tf_xla_cpu_global_jit, in AppendMarkForCompilationPassFlagsInternal()
80 mark_for_compilation_flags->tf_xla_cpu_global_jit = false; in AllocateAndParseFlags()
Dflags.h46 bool tf_xla_cpu_global_jit; member
/external/tensorflow/tensorflow/examples/tutorials/mnist/
DBUILD76 # TF_XLA_FLAGS='--tf_xla_cpu_global_jit=true'
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc139 bool cpu_global_jit = flags->tf_xla_cpu_global_jit; in GetCompilationDevice()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc62 flags->tf_xla_cpu_global_jit = true; in TF_EnableXLACompilation()
83 flags->tf_xla_cpu_global_jit = true; in TF_CreateConfig()