Home
last modified time | relevance | path

Searched refs:binary_kernel_launcher (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionSycl.h1505 device().template binary_kernel_launcher<CoeffReturnType, ContractKernelName>(
1516 device().template binary_kernel_launcher<CoeffReturnType, ContractKernelName>(
1566 device().template binary_kernel_launcher<CoeffReturnType, ContractKernelName>(
1586 device().template binary_kernel_launcher<CoeffReturnType, ContractKernelName>(
1615 …device().template binary_kernel_launcher<CoeffReturnType, ContractKernelName>(lhs, rhs, tmp_global…
1627 …device().template binary_kernel_launcher<CoeffReturnType, ContractKernelName>(lhs, rhs, buffer, th…
H A DTensorConvolutionSycl.h410 m_device.template binary_kernel_launcher<CoeffReturnType, ConvKernel>(
441 m_device.template binary_kernel_launcher<CoeffReturnType, ConvKernel>(
481 m_device.template binary_kernel_launcher<CoeffReturnType, ConvKernel>(
H A DTensorDeviceSycl.h426 EIGEN_ALWAYS_INLINE void binary_kernel_launcher(const Lhs &lhs, in binary_kernel_launcher() function
1030 EIGEN_ALWAYS_INLINE void binary_kernel_launcher(T... var) const { in binary_kernel_launcher() function
1031 queue_stream()->template binary_kernel_launcher<OutScalar, KernelType>( in binary_kernel_launcher()
H A DTensorScanSycl.h448 dev.template binary_kernel_launcher<CoeffReturnType, ScanFunctor>( in scan_block()