"eigen-master/blas/vscode:/vscode.git/clone" did not exist on "266d4fd96e5c9dc7732582c384d38c7cde5401ce"
  • 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