Searched defs:packet (Results 1 – 5 of 5) sorted by relevance
40 typename Tensor::PacketReturnType packet(typename Tensor::Index index) const in packet() function
77 PacketReturnType packet(Index index) const in packet() function
231 EIGEN_STRONG_INLINE PacketReturnType packet(Index row, Index col) const in packet() function258 EIGEN_STRONG_INLINE PacketReturnType packet(Index index) const in packet() function
134 inline PacketScalar packet(Index rowId, Index colId) const in packet() function142 inline PacketScalar packet(Index index) const in packet() function
595 Packet packet = internal::pload<Packet>(data1); in packetmath_scatter_gather() local