"model_cards/uncnlp/lxmert-base-uncased/LICENSE" did not exist on "4ebb52afdb4dc4bcd599e7cb503763e5d4afc962"
  • 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