Searched refs:parallel_for_setup (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorDeviceSycl.h | 525 EIGEN_STRONG_INLINE void parallel_for_setup(Index n, Index &tileSize, in parallel_for_setup() function 545 EIGEN_STRONG_INLINE void parallel_for_setup( in parallel_for_setup() function 584 EIGEN_STRONG_INLINE void parallel_for_setup( in parallel_for_setup() function 852 EIGEN_STRONG_INLINE void parallel_for_setup(Index n, Index &tileSize, in parallel_for_setup() function 854 queue_stream()->parallel_for_setup(n, tileSize, rng, GRange); in parallel_for_setup() 860 EIGEN_STRONG_INLINE void parallel_for_setup( in parallel_for_setup() function 863 queue_stream()->parallel_for_setup(input_dim, global_range, local_range); in parallel_for_setup() 869 EIGEN_STRONG_INLINE void parallel_for_setup( in parallel_for_setup() function 872 queue_stream()->parallel_for_setup(input_dim, global_range, local_range); in parallel_for_setup()
|
H A D | TensorConvolutionSycl.h | 399 m_device.parallel_for_setup(input_dim, global_range, local_range); 429 m_device.parallel_for_setup(input_dim, global_range, local_range); 473 m_device.parallel_for_setup(input_dim, global_range, local_range);
|
H A D | TensorExecutor.h | 682 dev.parallel_for_setup(vectorizable_threads, tileSize, range, GRange);
|
H A D | TensorReductionSycl.h | 569 dev.parallel_for_setup(num_coeffs_to_preserve, tileSize, range, GRange);
|