#include <TensorReduction.h>
|
static EIGEN_DEVICE_FUNC void | run (const Self &self, Op &reducer, const Device &, typename Self::CoeffReturnType *output) |
|
template<typename Self, typename Op, typename Device, bool Vectorizable = (Self::InputPacketAccess & Op::PacketAccess)>
struct Eigen::internal::FullReducer< Self, Op, Device, Vectorizable >
Definition at line 219 of file TensorReduction.h.
template<typename Self , typename Op , typename Device , bool Vectorizable = (Self::InputPacketAccess & Op::PacketAccess)>
static EIGEN_DEVICE_FUNC void Eigen::internal::FullReducer< Self, Op, Device, Vectorizable >::run |
( |
const Self & |
self, |
|
|
Op & |
reducer, |
|
|
const Device & |
, |
|
|
typename Self::CoeffReturnType * |
output |
|
) |
| |
|
inlinestatic |
template<typename Self , typename Op , typename Device , bool Vectorizable = (Self::InputPacketAccess & Op::PacketAccess)>
The documentation for this struct was generated from the following file: