"maint/scripts/docker_local_distribute.sh" did not exist on "303e86d144926b6aa9433d38f08d568d2033d48b"
  • 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
op_shape_test.cpp 67.3 KB