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.cc91 ops_flags->tf_xla_always_defer_compilation = false; in AllocateAndParseFlags()
102 &ops_flags->tf_xla_always_defer_compilation, ""), in AllocateAndParseFlags()
Dflags.h76 bool tf_xla_always_defer_compilation; member
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc455 if (GetXlaOpsCommonFlags().tf_xla_always_defer_compilation || in Compute()