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

Align algorithms defined so far #405

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    54d57b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc34577 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/webmachinelearning/webnn in…

    …to zk-conventions-integration
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9b52017 View commit details
    Browse the repository at this point in the history
  4. Add the batch normalization algorithm

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a6178e9 View commit details
    Browse the repository at this point in the history
  5. Add the concat algorithm

    Squashed from the following commits:
        Add reference to the platform operand object
        Address review comment, change note.
    
    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    013250e View commit details
    Browse the repository at this point in the history
  6. Add steps for 'rank', 'validate MLOperand'. Fix the concat() steps

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ef88d7c View commit details
    Browse the repository at this point in the history
  7. concat: remove style from title

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    236bec6 View commit details
    Browse the repository at this point in the history
  8. concat: remove note styling from argument description

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    780d1a9 View commit details
    Browse the repository at this point in the history
  9. Add the clamp() algorithm

    Squashed from the following commits:
        Replace MLOperand.[[descriptor]] with type and dimensions
        Clarify the algorithm for only setting up the op
        Improve the clamp() algorithm, use the prose assuming the create steps for MLOperand and MLActivation
        Rework clamp with polymorphic behavior. Update for changes in MLOperand.
        Rework clamp() like constant(), polymorphic forms in separate sections, argument and return descriptions as notes.
        Fix platform related steps and reference to internal slots
        Address review, remove note
        Remove back quotes from title
    
    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    98268b1 View commit details
    Browse the repository at this point in the history
  10. Add the 'copy MLOperand' and 'create MLActivation' steps

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    02e977b View commit details
    Browse the repository at this point in the history
  11. clamp(): improve platform related steps

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5faf170 View commit details
    Browse the repository at this point in the history
  12. Add stylistic definitions for hiding algorithms, stylistic boxes

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1c89402 View commit details
    Browse the repository at this point in the history
  13. Adapt the existing main version to new style, without indenting exist…

    …ing algorithms
    
    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4a26973 View commit details
    Browse the repository at this point in the history
  14. Indent algorithms and fix make errors

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    75925de View commit details
    Browse the repository at this point in the history
  15. Merge branch 'zk-conventions-integration' of https://github.com/zolki…

    …s/webnn into zk-conventions-integration
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d5dd4f9 View commit details
    Browse the repository at this point in the history
  16. Align the algorithms for input, constant, clamp, concat, batch norm etc

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8fac5ca View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Adress review comments on aligning the algorithms for input, constant…

    …, clamp, concat, batch norm
    
    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    30ba12e View commit details
    Browse the repository at this point in the history
  2. ALign steps for creating platform objects for operands

    Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
    zolkis committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    963c9a0 View commit details
    Browse the repository at this point in the history