"src/nni_manager/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "8c07cf4118a55346265a321d90059dff76436847"
Commit 7bfc9422 authored by Paul's avatar Paul
Browse files

Remove asym default padding

parent 60525d2a
...@@ -20,7 +20,7 @@ namespace op { ...@@ -20,7 +20,7 @@ namespace op {
struct convolution struct convolution
{ {
std::vector<std::size_t> padding = {0, 0, 0, 0}; std::vector<std::size_t> padding = {0, 0};
std::vector<std::size_t> stride = {1, 1}; std::vector<std::size_t> stride = {1, 1};
std::vector<std::size_t> dilation = {1, 1}; std::vector<std::size_t> dilation = {1, 1};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment