Home
last modified time | relevance | path

Searched defs:AllowEmpty (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/strings/
Dstr_util.h114 struct AllowEmpty { struct
115 bool operator()(StringPiece sp) const { return true; } in operator()
/external/llvm/lib/AsmParser/
DLLParser.cpp3415 bool AllowEmpty; member