Home
last modified time | relevance | path

Searched defs:hash_table (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/util/
Dhash_table.h46 struct hash_table { struct
61 struct hash_table * argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/cuda_impl/
Dhash.cu21 __global__ void HashSwapOut(const T *hash_table, T *swap_out_value, const int *swap_out_index, cons… in HashSwapOut()
33 __global__ void HashSwapIn(T *hash_table, const T *swap_in_value, const int *swap_in_index, const i… in HashSwapIn()
45 void DoHashSwapOut(const T *hash_table, T *swap_out_value, const int *swap_out_index, const int ind… in DoHashSwapOut()
53 void DoHashSwapIn(T *hash_table, const T *swap_in_value, const int *swap_in_index, const int index_… in DoHashSwapIn()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dhash_impl.cu20 __global__ void HashSwapOut(const T *hash_table, T *swap_out_value, const int *swap_out_index, cons… in HashSwapOut()
32 __global__ void HashSwapIn(T *hash_table, const T *swap_in_value, const int *swap_in_index, const i… in HashSwapIn()
44 cudaError_t DoHashSwapOut(const T *hash_table, T *swap_out_value, const int *swap_out_index, const … in DoHashSwapOut()
52 cudaError_t DoHashSwapIn(T *hash_table, const T *swap_in_value, const int *swap_in_index, const int… in DoHashSwapIn()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/plugin/device/cpu/hal/
Dcpu_hash_table_test.cc44 CPUHashTable<Key, Value> hash_table(value_dim, "ones"); in TEST_F() local
147 CPUHashTable<Key, Value> hash_table(value_dim, 0.0); in TEST_F() local
282 CPUHashTable<Key, Value> hash_table(value_dim, 0.0); in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dmap_tensor.cc145 const auto &hash_table = user_data->get<HashTable<int, float>>(kUserDataData); in ExportDataFromDevice() local
156 const auto &hash_table = user_data->get<HashTable<int64_t, float>>(kUserDataData); in ExportDataFromDevice() local
/third_party/mesa3d/src/compiler/glsl/
Dir_constant_expression.cpp570 ir_rvalue::constant_expression_value(void *, struct hash_table *) in constant_expression_value()
868 ir_texture::constant_expression_value(void *, struct hash_table *) in constant_expression_value()
1017 struct hash_table *) in constant_expression_value()
1028 ir_assignment::constant_expression_value(void *, struct hash_table *) in constant_expression_value()
1036 ir_constant::constant_expression_value(void *, struct hash_table *) in constant_expression_value()
Dir.h2453 virtual ir_barrier *clone(void *mem_ctx, struct hash_table *) const in clone()
/third_party/openssl/apps/
Drehash.c103 static BUCKET *hash_table[257]; variable
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.h51 struct cache_entry **hash_table; member
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1647 struct hash_table_u64 *hash_table = _mesa_hash_table_u64_create(NULL); in dxil_nir_split_typed_samplers() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h390 struct cache_entry **hash_table; member