Skip to content

Commit a1125b4

Browse files
committed
Clang 2...
1 parent f50c962 commit a1125b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/layers/ConvLayer.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ void Conv4D(const Tensor& input, const Tensor& kernel_, const Tensor& bias_,
202202
std::vector<std::vector<std::vector<std::vector<ValueType>>>> dil_kernel =
203203
kernel;
204204
if (dilations_ > 1) {
205-
206205
dil_kernel = std::vector<std::vector<std::vector<std::vector<ValueType>>>>(
207206
kernel_height * dilations_ + 1 - dilations_,
208207
std::vector<std::vector<std::vector<ValueType>>>(

0 commit comments

Comments
 (0)