Searched refs:ops_flags (Results 1 – 2 of 2) sorted by relevance
36 XlaOpsCommonFlags* ops_flags; variable214 ops_flags = new XlaOpsCommonFlags; in AllocateAndParseFlags()215 ops_flags->tf_xla_always_defer_compilation = false; in AllocateAndParseFlags()216 ops_flags->tf_xla_async_compilation = false; in AllocateAndParseFlags()272 &ops_flags->tf_xla_always_defer_compilation, ""), in AllocateAndParseFlags()273 Flag("tf_xla_async_compilation", &ops_flags->tf_xla_async_compilation, in AllocateAndParseFlags()344 delete ops_flags; in ResetFlags()377 return *ops_flags; in GetXlaOpsCommonFlags()
97 static const struct trans_tbl ops_flags[] = { variable106 return __flags2str(flags, buf, len, ops_flags, ARRAY_SIZE(ops_flags)); in ops_flags2str()