class Symmetric3Strategy
{ ... };
static const int64_t kRadius
template <size_t kSizeModN, class WrapRow>
static auto ConvolveRow(const float *const row_m, const size_t xsize, const int64_t stride, const WrapRow& wrap_row, const WeightsSymmetric3& weights, float *const row_out) -> void