Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

[Frontend] minimal implementation of TorchFx importer #383

Closed
wants to merge 1 commit into from

Conversation

sunggg
Copy link
Collaborator

@sunggg sunggg commented Jan 27, 2023

This PR implements TorchFx importer for the minimal set of torch operators to demonstrate fallback mechanism (tracked by #373).

List of Operators

  • Torch operators
    • torch.add
    • torch.mul
  • Python builtin operators
    • operator.add
    • operator.mul
    • operator.getitem

This implementation is based on the implementation in mlc-ai repo.

cc. @MasterJH5574 @spectrometerHBH @junrushao @YuchenJin

@sunggg
Copy link
Collaborator Author

sunggg commented Jan 30, 2023

Closed to reflect the latest change in mlc-ai.

@sunggg sunggg closed this Jan 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant