Home
last modified time | relevance | path

Searched defs:global_range (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceSycl.h546 const std::array<Index, 2> &input_dim, cl::sycl::range<2> &global_range, in parallel_for_setup()
585 const std::array<Index, 3> &input_dim, cl::sycl::range<3> &global_range, in parallel_for_setup()
H A DTensorScanSycl.h368 Index global_range; member
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_images_read_common.cpp312 size_t global_range[3] = { width, height, depth }; in test_cl_image_read() local