Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc28 XlaOpsCommonFlags* ops_flags; variable
90 ops_flags = new XlaOpsCommonFlags; in AllocateAndParseFlags()
91 ops_flags->tf_xla_always_defer_compilation = false; in AllocateAndParseFlags()
102 &ops_flags->tf_xla_always_defer_compilation, ""), in AllocateAndParseFlags()
127 return *ops_flags; in GetXlaOpsCommonFlags()
/external/libnl/lib/genl/
Dfamily.c98 static const struct trans_tbl ops_flags[] = { variable
107 return __flags2str(flags, buf, len, ops_flags, ARRAY_SIZE(ops_flags)); in ops_flags2str()