Home
last modified time | relevance | path

Searched refs:IsKey (Results 1 – 6 of 6) 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.py625 elif self.IsKey:
709 def IsKey(self): member in Ref
714 if self.IsKey:
721 if self.IsKey:
734 elif self.IsKey:
823 elif self.IsKey:
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dmap_cache_idx_cpu_kernel.cc126 while ((!hashmap[tmp_entry].IsEmpty() && !hashmap[tmp_entry].IsKey(key))) { in LaunchKernel()
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h403 bool IsKey() const { return type_ == FBT_KEY; } in IsKey() function
552 } else if (IsKey()) { in ToString()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc228 while (!hashmap_data[entry].IsEmpty() && !hashmap_data[entry].IsKey(random_key)) { in InitHashMapData()
/third_party/flatbuffers/tests/
Dpy_flexbuffers_test.py623 self.assertTrue(root.IsKey)