Change-Id: If703be61e87662b6967044374b3b981697a07abd
Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
in_ptr2 += 2;
}
}
-
+#else // __aarch64__
+ (void)in_mat;
+ (void)out_mat;
+ (void)kernel;
+ (void)bias;
#endif // !__aarch64__
}
}
}
}
-#endif // !__aarch64__
+#else // __aarch64__
+ (void)in_mat;
+ (void)out_mat;
+ (void)kernel;
+ (void)bias;
+#endif // __aarch64__
}
static void depthwise_conv3x3S2_nopad(const convMat_t &in_mat, convMat_t &out_mat,
in_ptr2 += tailstep;
}
}
-#endif // !__aarch64__
+
+#else // __aarch64__
+ (void)in_mat;
+ (void)out_mat;
+ (void)kernel;
+ (void)bias;
+#endif // __aarch64__
}
static void depthwise_conv3x3S2_padding00(const convMat_t &in_mat, convMat_t &out_mat,
}
}
}
+#else // __aarch64__
+ (void)in_mat;
+ (void)out_mat;
+ (void)kernel;
+ (void)bias;
#endif // !__aarch64__
}
}
}
}
-#endif // !__aarch64__
+
+#else // __aarch64__
+ (void)in_mat;
+ (void)out_mat;
+ (void)kernel;
+ (void)bias;
+#endif // __aarch64__
}
static void depthwise_conv3x3S2_padding10(const convMat_t &in_mat, convMat_t &out_mat,
}
}
}
-#endif // !__aarch64__
+
+#else // __aarch64__
+ (void)in_mat;
+ (void)out_mat;
+ (void)kernel;
+ (void)bias;
+#endif // __aarch64__
}
static void depthwise_conv3x3S2_padding11(const convMat_t &in_mat, convMat_t &out_mat,
}
}
}
-#endif // !__aarch64__
+#else // __aarch64__
+ (void)in_mat;
+ (void)out_mat;
+ (void)kernel;
+ (void)bias;
+#endif // __aarch64__
}
static void depthwise_conv_colmajor(const convMat_t &in_mat, convMat_t &out_mat,