Searched refs:result_sizes (Results 1 – 1 of 1) sorted by relevance
426 Eigen::array<TensorIndex, 2> result_sizes; in convolution() local427 result_sizes[0] = m_ - kernel_x + 1; in convolution()428 result_sizes[1] = n_ - kernel_y + 1; in convolution()429 TensorMap<Tensor<T, 2>, Eigen::Aligned> C(c_, result_sizes); in convolution()