Home
last modified time | relevance | path

Searched refs:LocalAccessor (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionSycl.h78 LocalAccessor;
81 LocalAccessor scratch;
85 …SecondStepFullReducer(LocalAccessor scratch_, InputAccessor aI_, OutputAccessor outAcc_, OpType op…
132 LocalAccessor;
133 LocalAccessor scratch;
139 …FullReductionKernelFunctor(LocalAccessor scratch_, Evaluator evaluator_, EvaluatorPointerType fina…
DTensorScanSycl.h85 LocalAccessor; typedef
88 LocalAccessor scratch;
95 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScanKernelFunctor(LocalAccessor scratch_, const Evaluator de… in ScanKernelFunctor()
293 LocalAccessor; typedef
299 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScanAdjustmentKernelFunctor(LocalAccessor, InAccessor in_acc… in ScanAdjustmentKernelFunctor()
DTensorDeviceSycl.h439 LocalAccessor; in binary_kernel_launcher() typedef
441 LocalAccessor scratch(cl::sycl::range<1>(scratchSize), cgh); in binary_kernel_launcher()
467 LocalAccessor; in unary_kernel_launcher() typedef
469 LocalAccessor scratch(cl::sycl::range<1>(scratchSize), cgh); in unary_kernel_launcher()
493 LocalAccessor; in nullary_kernel_launcher() typedef
495 LocalAccessor scratch(cl::sycl::range<1>(scratchSize), cgh); in nullary_kernel_launcher()