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

disable __setitem__ in static mode & add API paddle.static.setitem with dy2st strategy #53682

Merged
merged 33 commits into from
Jul 19, 2023

Commits on Apr 20, 2023

  1. add paddle.static.setitem

    zoooo0820 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    3dfa3cc View commit details
    Browse the repository at this point in the history
  2. add some help doc

    zoooo0820 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c7730e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. support setitem

    Aurelius84 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    5df24af View commit details
    Browse the repository at this point in the history
  2. support machanism

    Aurelius84 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    9ada910 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. add more unittest

    Aurelius84 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    44944b2 View commit details
    Browse the repository at this point in the history
  2. remove usless code

    Aurelius84 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    aa0247f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. merge develop

    zoooo0820 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    dc99e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    788f8ac View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. add static api

    zoooo0820 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    5f9f919 View commit details
    Browse the repository at this point in the history
  2. fix d2s UT

    zoooo0820 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    c4853e0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    4218a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69da71a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. fix unittests

    zoooo0820 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    825f058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d60e1a View commit details
    Browse the repository at this point in the history
  3. add two test case for dy2st

    zoooo0820 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    9b6d777 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. fix function in vision

    zoooo0820 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    bb0c13e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    f7e1641 View commit details
    Browse the repository at this point in the history
  2. merge dev

    zoooo0820 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    84a1bff View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. fix slice in static_mode

    NotHaozi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    51345e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ad56b View commit details
    Browse the repository at this point in the history
  3. add ParametersMap

    NotHaozi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    dfd777f View commit details
    Browse the repository at this point in the history
  4. remove pop

    NotHaozi committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8d8eb6a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. modify place

    NotHaozi committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e8ecda1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df0debc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d706e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3013d67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0caea01 View commit details
    Browse the repository at this point in the history
  6. solve error in static-mode

    zoooo0820 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c685130 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. fix ut

    zoooo0820 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    65d2c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da88ee View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    7b5c1c4 View commit details
    Browse the repository at this point in the history
  2. fix test_set_value_op_xpu

    zoooo0820 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a846b79 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

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