Searched refs:grid_x (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | yolo.py | 213 grid_x = P.Cast()(F.tuple_to_array(range_x), ms.float32) 217 grid_x = self.tile(self.reshape(grid_x, (1, 1, -1, 1, 1)), (1, grid_size[0], 1, 1, 1)) 220 grid = self.concat((grid_x, grid_y))
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/ |
D | yolov3.py | 432 grid_x = P.Cast()(F.tuple_to_array(range_x), ms.float32) 435 grid_x = self.tile(self.reshape(grid_x, (1, 1, -1, 1, 1)), (1, grid_size[0], 1, 1, 1)) 438 grid = self.concat((grid_x, grid_y))
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ |
D | gpu_profiling.h | 65 uint64_t grid_x; member
|
D | gpu_data_saver.cc | 29 ? "\"" + std::to_string(basic_info_->kernel_info.grid_x) + ',' + in ActivityData()
|
D | gpu_profiling.cc | 667 profilingData->kernel_info.grid_x = kernel->gridX; in HandleActivityKernelRecord()
|
/third_party/openGLES/extensions/NV/ |
D | NV_sample_locations.txt | 214 grid_x = value of SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV; 217 pixel_x = <window x coordinate> mod grid_x; 221 sample_i = (pixel_y*grid_x + pixel_x)*num_samples + sample_index;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_sample_locations.txt | 214 grid_x = value of SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV; 217 pixel_x = <window x coordinate> mod grid_x; 221 sample_i = (pixel_y*grid_x + pixel_x)*num_samples + sample_index;
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sample_locations.txt | 233 grid_x = value of SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB; 236 pixel_x = <window x coordinate> mod grid_x; 240 sample_i = (pixel_y*grid_x + pixel_x)*num_samples + sample_index;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sample_locations.txt | 223 grid_x = value of SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB; 226 pixel_x = <window x coordinate> mod grid_x; 230 sample_i = (pixel_y*grid_x + pixel_x)*num_samples + sample_index;
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.h | 507 uint32_t grid_x,
|
D | lp_state_cs.c | 1317 …unsigned grid_x = (iter_idx - (grid_z * (job_info->grid_size[0] * job_info->grid_size[1])) - (grid… in cs_exec_fn() local 1321 grid_x += job_info->grid_base[0]; in cs_exec_fn() 1325 grid_x, grid_y, grid_z, in cs_exec_fn()
|