Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dyolo.py213 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/
Dyolov3.py432 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/
Dgpu_profiling.h65 uint64_t grid_x; member
Dgpu_data_saver.cc29 ? "\"" + std::to_string(basic_info_->kernel_info.grid_x) + ',' + in ActivityData()
Dgpu_profiling.cc667 profilingData->kernel_info.grid_x = kernel->gridX; in HandleActivityKernelRecord()
/third_party/openGLES/extensions/NV/
DNV_sample_locations.txt214 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/
DNV_sample_locations.txt214 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/
DARB_sample_locations.txt233 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/
DARB_sample_locations.txt223 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/
Dlp_jit.h507 uint32_t grid_x,
Dlp_state_cs.c1317 …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()