#include <TensorImagePatch.h>
◆ Impl
◆ Index
◆ Packet
◆ Scalar
◆ Run()
82 const Impl& impl =
self.impl();
84 const Index vectorized_size = (num_coeff_to_copy / packet_size) * packet_size;
85 for (
Index i = 0;
i < vectorized_size;
i += packet_size) {
86 Packet p = impl.template packet<Unaligned>(src_index +
i);
87 internal::pstoret<Scalar, Packet, Unaligned>(dst_data + dst_index +
i,
p);
89 for (
Index i = vectorized_size;
i < num_coeff_to_copy; ++
i) {
90 dst_data[dst_index +
i] = impl.coeff(src_index +
i);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
float * p
Definition: Tutorial_Map_using.cpp:9
Self::Impl Impl
Definition: TensorImagePatch.h:77
Self::Index Index
Definition: TensorImagePatch.h:75
@ size
Definition: GenericPacketMath.h:139
References i, and p.
The documentation for this struct was generated from the following file: