Home
last modified time | relevance | path

Searched defs:IsKey (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dcache_embedding_hashmap_struct.h40 bool IsKey(const T emb_idx) { return key_ == emb_idx; } in IsKey() function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py709 def IsKey(self): member in Ref
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h403 bool IsKey() const { return type_ == FBT_KEY; } in IsKey() function