"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "5a264889c2308c4ae7f88b4f5290f5254768bca9"
  • 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
parse_pad.cpp 6.86 KB