#include <TensorImagePatch.h>
◆ Index
◆ Packet
◆ Scalar
◆ Run()
103 const Packet padded_packet = internal::pset1<Packet>(padding_value);
104 const Index vectorized_size = (num_coeff_to_pad / packet_size) * packet_size;
105 for (
Index i = 0;
i < vectorized_size;
i += packet_size) {
106 internal::pstoret<Scalar, Packet, Unaligned>(dst_data + dst_index +
i, padded_packet);
108 for (
Index i = vectorized_size;
i < num_coeff_to_pad; ++
i) {
109 dst_data[dst_index +
i] = padding_value;
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Self::Index Index
Definition: TensorImagePatch.h:97
@ size
Definition: GenericPacketMath.h:139
References i.
The documentation for this struct was generated from the following file: