Searched defs:hashmap (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | map_cache_idx_cpu_kernel.cc | 102 HashmapEntry<T> *hashmap = reinterpret_cast<HashmapEntry<T> *>(inputs[0]->addr); in LaunchKernel() local
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMap.java | 378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
|
/third_party/mindspore/mindspore/ops/operations/ |
D | _embedding_cache_ops.py | 204 def __check__(self, hashmap, indices, step, emb_max_num, offset): argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 740 VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge() 751 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/ |
D | cache_embedding.cc | 166 void BindAndInitCacheTensor(const ParamMap ¶m_pair_list, const ParameterPtr &hashmap) { in BindAndInitCacheTensor() 259 auto hashmap = func_graph->AddWeightParameter(hashmap_name); in InitHashMap() local 286 auto hashmap = InitHashMap(func_graph, host_size, cache_size, indices_type_id); in CreateMapCacheIdx() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-map.hh | 360 using hashmap = hb_hashmap_t<hb_codepoint_t, typedef
|