Searched defs:PacketType (Results 1 – 11 of 11) sorted by relevance
130 using PacketType = internal::PacketType; variable243 using PacketType = internal::PacketType; variable
20 enum PacketType { enum
109 typedef typename internal::packet_traits<Scalar>::type PacketType; typedef274 …ypename internal::unpacket_traits<typename internal::packet_traits<Scalar>::type>::half PacketType; typedef
30 …ypename find_best_packet<typename Evaluator::Scalar,Evaluator::SizeAtCompileTime>::type PacketType; typedef
114 …nal<int(Traversal)==LinearVectorizedTraversal, LinearPacketType, InnerPacketType>::type PacketType; typedef
22 enum class PacketType { enum
244 typedef typename packet_traits<Eigen::half>::type PacketType; in ReductionInitKernelHalfFloat() typedef263 typedef typename packet_traits<Eigen::half>::type PacketType; in FullReductionKernelHalfFloat() typedef
44 enum class PacketType enum in armnn::profiling::MockProfilingConnection108 long CheckForPacket(const std::pair<PacketType, uint32_t> packetInfo) in CheckForPacket()119 …[&packetInfo](const std::pair<PacketType, uint32_t> pair) { return packetInfo.first == pair.first;… in CheckForPacket()
100 using PacketType = MockProfilingConnection::PacketType; typedef
52 using PacketType = MockProfilingConnection::PacketType; typedef
115 pub(crate) fn to_qlog(self) -> qlog::PacketType { in to_qlog()