Home
last modified time | relevance | path

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

/external/zucchini/
Dimage_index.cc42 bool ImageIndex::IsToken(offset_t location) const { in IsToken() function in zucchini::ImageIndex
Dencoded_view.h146 bool IsToken(offset_t location) const { in IsToken() function
Dimage_index_unittest.cc93 TEST_F(ImageIndexTest, IsToken) { in TEST_F() argument
/external/zucchini/aosp/include/components/zucchini/
Dencoded_view.h146 bool IsToken(offset_t location) const { in IsToken() function
/external/tensorflow/tensorflow/compiler/xla/
Dshape.h68 bool IsToken() const { return element_type() == TOKEN; } in IsToken() function