Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add aten::full_like evaluator #1584

Merged
merged 1 commit into from
Jan 17, 2023

Commits on Jan 14, 2023

  1. fix: Add aten::full_like evaluator

    - Complete set of required operators for full coverage of HuggingFace
    T5 model
    - Add evaluator for `full_like` with sufficient generality to double as
    functional operator for `ones_like` and `zeros_like`, with minor
    additions
    - Add thorough testing to ensure type and shape inheritance for returned
    tensors agrees with documentation
    gs-olive committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    0aaeecb View commit details
    Browse the repository at this point in the history