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

Correct wrong description for multidirectional broadcastable Pow #2999

Merged
merged 11 commits into from
Sep 23, 2020

Commits on Sep 22, 2020

  1. remove wrong description for pow

    Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
    jcwchen committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    100a762 View commit details
    Browse the repository at this point in the history
  2. Add size check to make_tensor (onnx#2987)

    Co-authored-by: Ke Zhang <linkerzhang@yeah.net>
    Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
    2 people authored and jcwchen committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    18c9bd7 View commit details
    Browse the repository at this point in the history
  3. Fix float16 data convert issue in numpy_helper.to_array (onnx#3002)

    * handle f16 case for to_array
    
    * fix flake8
    
    * nit: comment
    
    Co-authored-by: Ashwini Khade <askhade@microsoft.com>
    Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
    jcwchen and askhade committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    aab7186 View commit details
    Browse the repository at this point in the history
  4. Deprecate Travis CI (onnx#2773)

    * adding gtests for c++ api test
    
    * deprecate travis
    
    * adding the build badges for the new pipelines in Azure, deprecating travis build badge, renaming circleCI badge
    
    * updating badge label
    
    * removing - in badge names
    
    * c++ api changes for linux
    
    * update environment variables
    
    * update env variables, setup tools call
    
    * Update Linux-CI.yml for Azure Pipelines
    
    * revert changes to Linux and Mac CIs
    
    * delete last travis file
    
    Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
    vinitra authored and jcwchen committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    3a80b41 View commit details
    Browse the repository at this point in the history
  5. Fix shape inference of scalar ConstantOfShape (onnx#3005)

    When input shape is (0), we do not add any dim to inferred
    shape but we should initialize tensor_type.shape by calling
    mutable_shape().
    
    Co-authored-by: Ashwini Khade <askhade@microsoft.com>
    Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
    2 people authored and jcwchen committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    79d8738 View commit details
    Browse the repository at this point in the history
  6. fix shape inference for loop (onnx#3014)

    Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
    askhade authored and jcwchen committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    5def930 View commit details
    Browse the repository at this point in the history
  7. Fix ConvTranspose: enhance attribute check (onnx#3000)

    * add check for using auto_pad and pads simultaneously
    
    * fix description for auto_pads == SAME_UPPER
    
    * update docs for operator
    
    * fix the old one as well
    
    * add a test
    
    * Revert "fix description for auto_pads == SAME_UPPER"
    
    This reverts commit e75e287.
    
    * Revert "update docs for operator"
    
    This reverts commit 70952c0.
    
    * Revert "fix the old one as well"
    
    This reverts commit 8a0482d.
    
    Co-authored-by: Ashwini Khade <askhade@microsoft.com>
    Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
    jcwchen and askhade committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    b1cba0a View commit details
    Browse the repository at this point in the history
  8. Schema change to support dynamic shapes in ORT (onnx#2955)

    * Changes to schema and python tests
    
    * Modify test
    
    * Remove attribute that is input also
    
    * Changes to optimizers, adapters and tests
    
    * Run flake8
    
    * undo unrequired comit files, fix formatting, review changes
    
    * Fix ci test, cleanup
    
    * Fix narrowing conversion error
    
    * add missed test model
    
    Co-authored-by: G. Ramalingam <grama@microsoft.com>
    Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
    2 people authored and jcwchen committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    03b2b94 View commit details
    Browse the repository at this point in the history
  9. fix loop shape inference for ver 11 (onnx#3023)

    Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
    askhade authored and jcwchen committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    370c187 View commit details
    Browse the repository at this point in the history
  10. Update softmax family ops behavior to align with other frameworks (fix

    …onnx#2289) (onnx#2879)
    
    * Update softmax family ops behavior to align with other frameworks
    
    * Update logsoftmax, hardmax tests, regenerate docs and test data
    
    * fix wrong input name in function
    
    * regenerate test data
    
    * fix flake8 error
    
    * regenerate docs
    
    * regenerate docs
    
    * add missing type annotation for hardmax
    
    * add the math for softmax family operators
    
    * remove the 'description' field in docs as it is covered by the math
    
    * fix wrong format in axis attr
    
    * replace name with description
    
    * restore the name field for axis attr
    
    * regenerate docs
    
    * regenerate docs
    
    * add the missing name
    
    * regenerate docs
    
    * update reducesum to align with master
    
    * regenerate tests
    
    Co-authored-by: Wei-Sheng Chin <wschin@outlook.com>
    Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
    2 people authored and jcwchen committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    69e89dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b0fa4c0 View commit details
    Browse the repository at this point in the history