"docs/vscode:/vscode.git/clone" did not exist on "25db55caee4325b3b8ad3e3b48de76f349beeae6"
  • Paul Fultz II's avatar
    Add a step to unsqeeze axis (#1242) · bd503d89
    Paul Fultz II authored
    Instead of just unsqueezing to an axis of 1 a step can be set to use instead. So instead of unsqueezing {3, 12} to {3, 1, 12} a step of 2 will unsqeeze to {3, 2, 6} instead
    bd503d89
simplify_reshapes_test.cpp 51.2 KB