Home
last modified time | relevance | path

Searched refs:tf_xla_always_defer_compilation (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc165 ops_flags->tf_xla_always_defer_compilation = false; in AllocateAndParseFlags()
218 &ops_flags->tf_xla_always_defer_compilation, ""), in AllocateAndParseFlags()
Dflags.h100 bool tf_xla_always_defer_compilation; member
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc385 if (GetXlaOpsCommonFlags().tf_xla_always_defer_compilation || in Compute()