Home
last modified time | relevance | path

Searched refs:ops_flags (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc36 XlaOpsCommonFlags* ops_flags; variable
214 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()
/external/libnl/lib/genl/
Dfamily.c97 static const struct trans_tbl ops_flags[] = { variable
106 return __flags2str(flags, buf, len, ops_flags, ARRAY_SIZE(ops_flags)); in ops_flags2str()