"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "d4206d72fabb8213c5ab0edb411e954997dd52d5"
  • Charlie Lin's avatar
    Dynamic ref pad (#1487) · 8202e411
    Charlie Lin authored
    Extends pad operator to handle dynamic input shapes
    Only handles computing the shape for adding constant padding to a dynamic shape
    - adds the padding to the min, max, and opt values (unless opt is 0, where it keeps it 0)
    - does not handle reflect padding with dynamic shapes
    8202e411
shape_test.cpp 26.8 KB