Searched refs:grid_y (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | yolo.py | 214 grid_y = P.Cast()(F.tuple_to_array(range_y), ms.float32) 218 grid_y = self.tile(self.reshape(grid_y, (1, -1, 1, 1, 1)), (1, 1, grid_size[1], 1, 1)) 220 grid = self.concat((grid_x, grid_y))
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/ |
D | yolov3.py | 433 grid_y = P.Cast()(F.tuple_to_array(range_y), ms.float32) 436 grid_y = self.tile(self.reshape(grid_y, (1, -1, 1, 1, 1)), (1, 1, grid_size[1], 1, 1)) 438 grid = self.concat((grid_x, grid_y))
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ |
D | gpu_profiling.h | 66 uint64_t grid_y; member
|
D | gpu_data_saver.cc | 30 std::to_string(basic_info_->kernel_info.grid_y) + ',' + in ActivityData()
|
D | gpu_profiling.cc | 668 profilingData->kernel_info.grid_y = kernel->gridY; in HandleActivityKernelRecord()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.h | 508 uint32_t grid_y,
|
D | lp_state_cs.c | 1316 …unsigned grid_y = (iter_idx - (grid_z * (job_info->grid_size[0] * job_info->grid_size[1]))) / job_… in cs_exec_fn() local 1317 …er_idx - (grid_z * (job_info->grid_size[0] * job_info->grid_size[1])) - (grid_y * job_info->grid_s… in cs_exec_fn() 1320 grid_y += job_info->grid_base[1]; in cs_exec_fn() 1325 grid_x, grid_y, grid_z, in cs_exec_fn()
|
/third_party/openGLES/extensions/NV/ |
D | NV_sample_locations.txt | 215 grid_y = value of SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV; 218 pixel_y = <window y coordinate> mod grid_y;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_sample_locations.txt | 215 grid_y = value of SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV; 218 pixel_y = <window y coordinate> mod grid_y;
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sample_locations.txt | 234 grid_y = value of SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB; 237 pixel_y = <window y coordinate> mod grid_y;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sample_locations.txt | 224 grid_y = value of SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB; 227 pixel_y = <window y coordinate> mod grid_y;
|