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

Visualization of Relay IR #8668

Closed
wants to merge 22 commits into from
Closed

Visualization of Relay IR #8668

wants to merge 22 commits into from

Commits on Aug 6, 2021

  1. [Visualization Relay IR on terminal]

    -Add a AST dump pass
    -It provides a snap shot to the relay IR graph
    kueitang authored and gracetang committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    af7361b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    b44aa6e View commit details
    Browse the repository at this point in the history
  2. Change the design on relay Vizualizer

    kueitang committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    fcb993b View commit details
    Browse the repository at this point in the history
  3. Draft for Relay IR visualizer.

        * BOKEH BACKEND
            * Scalable Text for Node type
            * Add arrow-head and TODO
            * Use pydot. Remove networkx and pygraphviz dependency
            * Add interactive legend and show information based on zoom level
        * Support multiple GlobalVar. One global var, one graph
        * test reserved post order. try terminal viz by kueitang
    chiwwang authored and kueitang committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    6fd05e6 View commit details
    Browse the repository at this point in the history
  4. Integrated Version of relay Vizualizer * Add the TERMINAL backend * I…

    …ntegrated two backends * Add a RenderCallback class for reusable nodes type processing
    kueitang committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    54bb86c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. - Make users can defined their own backend from input

    - fix some typos
    kueitang committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    d9ec581 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. - Fix format typos

    kueitang committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    ab3c56c View commit details
    Browse the repository at this point in the history
  2. Fix more format checks

    kueitang committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    a7a4464 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    758c12d View commit details
    Browse the repository at this point in the history
  2. address feedbacks

    chiwwang committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    4b184f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    eff3f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    329110a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b085de2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a2a02b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    c291360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6533aea View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    f59a3fe View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    fb2cf61 View commit details
    Browse the repository at this point in the history
  2. tutorial and doc

    chiwwang committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9955d7c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    6fcd64c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3f6d59 View commit details
    Browse the repository at this point in the history
  3. fix lint...?

    chiwwang committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    bcca757 View commit details
    Browse the repository at this point in the history