Home
last modified time | relevance | path

Searched defs:hash_key (Results 1 – 20 of 20) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dthread_pool_reuse_manager.cc44 auto hash_key = ComputeHash(actor_num, inter_op_parallel_num, thread_num, bind_mode, core_list); in GetThreadPool() local
71 auto hash_key = ComputeHash(actor_num, inter_op_parallel_num, thread_num, bind_mode, core_list); in RetrieveThreadPool() local
81 std::string hash_key = std::to_string(actor_num) + std::to_string(inter_op_parallel_num) + in ComputeHash() local
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_cache.c82 unsigned hash_key; in create_key() local
93 unsigned hash_key = create_key(key); in translate_cache_find() local
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c106 unsigned hash_key, enum cso_cache_type type, in cso_insert_state()
117 unsigned hash_key, in cso_hash_find_data_from_template()
Dcso_cache.h136 unsigned hash_key; member
194 cso_find_state_template(struct cso_cache *sc, unsigned hash_key, in cso_find_state_template()
Dcso_context.c522 unsigned key_size, hash_key; in cso_set_blend() local
595 const unsigned hash_key = cso_construct_key(templ, key_size); in cso_set_depth_stencil_alpha() local
659 const unsigned hash_key = cso_construct_key(templ, key_size); in cso_set_rasterizer() local
1196 const unsigned hash_key = cso_construct_key((void*)velems, key_size); in cso_set_vertex_elements_direct() local
1360 unsigned hash_key = cso_construct_key(templ, key_size); in set_sampler() local
/third_party/skia/m133/third_party/externals/expat/expat/fuzz/
Dxml_parse_fuzzer.c36 static unsigned char hash_key[16] = "FUZZING IS FUN!"; variable
Dxml_parsebuffer_fuzzer.c37 static unsigned char hash_key[16] = "FUZZING IS FUN!"; variable
/third_party/grpc/src/core/load_balancing/ring_hash/
Dring_hash.cc445 std::string hash_key; // By default, endpoint's first address. in Ring() member
457 auto hash_key = in Ring() local
514 const std::string& hash_key = endpoint_weights[i].hash_key; in Ring() local
523 absl::string_view hash_key(hash_key_buffer.data(), in Ring() local
/third_party/mesa3d/src/mesa/program/
Dprog_cache.c60 hash_key(const void *key, GLuint key_size) in hash_key() function
/third_party/mesa3d/src/intel/vulkan/
Danv_internal_kernels.c85 const void *hash_key, in compile_shader()
/third_party/grpc/test/core/load_balancing/
Dring_hash_test.cc262 std::string hash_key = in TEST_F() local
/third_party/grpc/src/core/xds/grpc/
Dxds_endpoint_parser.cc144 std::string hash_key; in EndpointAddressesParse() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_nir.h120 const uint32_t hash_key; member
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dsparse_ops.py2681 def __init__(self, hashed_output, hash_key, out_type, internal_type, num_buckets=0): argument
/third_party/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/
Dspirv.rs100 let mut hash_key = None; in from_clc() localVariable
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo_compute.c861 …t st_context *st, enum pipe_texture_target view_target, unsigned num_components, uint32_t hash_key) in add_async_data()
916 uint32_t hash_key = compute_shader_key(view_target, num_components); in download_texture_compute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dsparse_cross_cpu_kernel.cc123 const uint64_t hash_key) in HashCrosser()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsparse_cross.cc191 const uint64_t hash_key) in HashCrosser()
/third_party/mesa3d/src/gallium/frontends/rusticl/core/
Dprogram.rs162 pub fn hash_key(&self, dev: &Device, name: &str) -> Option<cache_key> { in hash_key() method
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c394 unsigned key_size, hash_key; in u_vbuf_set_vertex_elements_internal() local