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

Add support for edge dialect ops in exir/serde #106371

Closed
wants to merge 1 commit into from

Commits on Aug 2, 2023

  1. Add support for edge dialect ops in exir/serde (pytorch#106371)

    Summary:
    Pull Request resolved: pytorch#106371
    
    Adding support for edge dialect ops in `exir/serde`. This diff does the following:
    - Moves the global `serialize_operator/deserialize_operator` implementations in`export/serde/serialize.py` into `GraphModuleSerializer` and `GraphModuleDeserializer`
    - Adds implementations of `serialize_operator/deserialize_operator` inside `GraphModuleSerializer` and `GraphModuleDeserializer` in `exir/serde/serialize.py`
    
    Test Plan: CI + Enabled edge dialect ops in `executorch/exir/tests/test_serde.py`
    
    Reviewed By: chakriu, angelayi
    
    Differential Revision: D47938280
    
    fbshipit-source-id: 423892a5b85b53c0dbb8a5293da4b1667f33a041
    tarun292 authored and facebook-github-bot committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    46ac7ca View commit details
    Browse the repository at this point in the history