Home
last modified time | relevance | path

Searched refs:grid_y (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dyolo.py214 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/
Dyolov3.py433 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/
Dgpu_profiling.h66 uint64_t grid_y; member
Dgpu_data_saver.cc30 std::to_string(basic_info_->kernel_info.grid_y) + ',' + in ActivityData()
Dgpu_profiling.cc668 profilingData->kernel_info.grid_y = kernel->gridY; in HandleActivityKernelRecord()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h508 uint32_t grid_y,
Dlp_state_cs.c1316 …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/
DNV_sample_locations.txt215 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/
DNV_sample_locations.txt215 grid_y = value of SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV;
218 pixel_y = <window y coordinate> mod grid_y;
/third_party/openGLES/extensions/ARB/
DARB_sample_locations.txt234 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/
DARB_sample_locations.txt224 grid_y = value of SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB;
227 pixel_y = <window y coordinate> mod grid_y;