Searched refs:InputPacketAccess (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorReduction.h155 template <typename Self, typename Op, bool Vectorizable = (Self::InputPacketAccess & Op::PacketAccess)>
183 template <int DimIndex, typename Self, typename Op, bool vectorizable = (Self::InputPacketAccess & Op::PacketAccess)>
218 template <typename Self, typename Op, typename Device, bool Vectorizable = (Self::InputPacketAccess & Op::PacketAccess)>
232 bool Vectorizable = (Self::InputPacketAccess & Op::PacketAccess)>
394 static const bool InputPacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess; member in struct:Eigen::TensorEvaluator
401 PacketAccess = Self::InputPacketAccess && Op::PacketAccess,

Completed in 70 milliseconds