"vscode:/vscode.git/clone" did not exist on "ea9ac9d30beb23119e590610d3ec5dcd146a12f2"
Commit f6c21168 authored by Jing Zhang's avatar Jing Zhang
Browse files

fusion without output stride

parent a240cebb
......@@ -74,8 +74,7 @@ int main(int argc, char* argv[])
constexpr index_t X = 3;
using ConvStrides = Sequence<1, 1>;
// using ConvDilations = Sequence<1, 1>;
using ConvDilations = Sequence<2, 2>;
using ConvDilations = Sequence<1, 1>;
using LeftPads = Sequence<1, 1>;
using RightPads = Sequence<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