"comfy/ldm/models/vscode:/vscode.git/clone" did not exist on "61ec3c9d5d3e11f94682170be1454221512899c2"
  • 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