Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape.h68 bool IsToken() const { return element_type() == TOKEN; } in IsToken() function
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp1052 static inline bool IsToken(const char *var_name_begin, const char *var) { in IsToken() function