Searched refs:global_x (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | softmax.cc | 110 size_t global_x, global_y; in SetGlobalLocal() local 112 global_x = out_shape_.Slice; in SetGlobalLocal() 115 global_x = out_shape_.Slice; in SetGlobalLocal() 118 global_x = out_shape_.W; in SetGlobalLocal() 121 global_x = 1; in SetGlobalLocal() 124 global_size_ = {global_x, global_y, out_shape_.N}; in SetGlobalLocal()
|
D | pooling2d.cc | 116 const size_t global_x = out_tensors_[0]->shape()[1] * out_tensors_[0]->shape()[0]; in SetGlobalLocal() local 119 global_size_ = {global_z, global_y, global_x}; in SetGlobalLocal()
|
/third_party/python/Lib/test/ |
D | test_scope.py | 58 return global_x + y # check that plain old globals work 63 global_x = 1 67 global_x = 10 244 f3 = lambda x: lambda y: global_x + y 245 global_x = 1
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 1090 nir_ssa_def *global_x = nir_channel(&b, global_id, 0); in build_nir_cleari_r32g32b32_compute_shader() local 1094 nir_iadd(&b, nir_imul(&b, global_y, stride), nir_imul(&b, global_x, nir_imm_int(&b, 3))); in build_nir_cleari_r32g32b32_compute_shader()
|