1. 29 10月, 2021 1 次提交
  2. 17 9月, 2021 1 次提交
  3. 22 7月, 2021 1 次提交
  4. 16 7月, 2021 1 次提交
  5. 04 6月, 2021 1 次提交
  6. 14 5月, 2021 1 次提交
  7. 11 5月, 2021 1 次提交
  8. 25 4月, 2021 1 次提交
  9. 26 3月, 2021 1 次提交
  10. 22 3月, 2021 1 次提交
  11. 18 2月, 2021 1 次提交
  12. 16 1月, 2021 1 次提交
  13. 12 1月, 2021 1 次提交
  14. 08 1月, 2021 1 次提交
  15. 07 1月, 2021 1 次提交
  16. 16 10月, 2020 1 次提交
  17. 14 10月, 2020 1 次提交
  18. 13 10月, 2020 1 次提交
  19. 12 10月, 2020 1 次提交
  20. 23 9月, 2020 1 次提交
  21. 20 9月, 2020 1 次提交
    • D
      Update softmax family ops behavior to align with other frameworks (fix #2289) (#2879) · 689c4e3a
      daquexian 提交于
      * 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: NWei-Sheng Chin <wschin@outlook.com>
      689c4e3a
  22. 16 9月, 2020 1 次提交
  23. 15 8月, 2020 1 次提交
  24. 07 8月, 2020 1 次提交
  25. 01 6月, 2020 1 次提交
    • T
      add bfloat16 to all numeric types (#2770) · a82c6a70
      Tang, Cheng 提交于
      * add bfloat16 to all numeric types
      
      * add bfloat to more ops
      
      * Bump versions
      
      * add opset13 into supported range
      
      * fix build err
      
      * re-generate docs
      
      * fix ci break
      
      * add cast bfloat/float test cases
      
      * remove useless code
      
      * fix the export types
      
      * fix the export types in script
      
      * add doc
      
      * fix the py27 error
      
      * fix python style
      
      * update docs
      
      * add type in comments
      
      * fix mypy error
      
      * fix more mypy error
      
      * bypass the unicode check
      Co-authored-by: NCheng Tang <chenta@microsoft.com>
      Co-authored-by: NKe Zhang <kezhan@microsoft.com>
      a82c6a70
  26. 29 4月, 2020 2 次提交
    • M
      Revert Inverse(12) (#2747) · 40cbaad1
      M. Zeeshan Siddiqui 提交于
      * Revert "Fix for inverse spec (#2706)"
      
      This reverts commit 1e887794.
      
      * Revert "Adding Inverse Op (#2578)"
      
      This reverts commit 8873cb02.
      
      # Conflicts:
      #	docs/Changelog.md
      #	docs/TestCoverage.md
      #	onnx/defs/math/defs.cc
      #	onnx/defs/operator_sets.h
      
      * Update MD files.
      
      * Update MD files.
      
      * merge conflicts.:
      
      * regenerate MD files.
      40cbaad1
    • M
      Revert MeanSquaredDistance(12) (#2748) · f0412f3d
      M. Zeeshan Siddiqui 提交于
      * Revert "Introduce MeanSquaredError as Loss Function (#2570)"
      
      This reverts commit d2fe4f22.
      
      # Conflicts:
      #	docs/Changelog.md
      #	docs/Operators.md
      #	docs/TestCoverage.md
      #	onnx/defs/math/defs.cc
      #	onnx/defs/operator_sets.h
      
      * Update MD files.
      
      * update MD files.
      
      * Trigger builds.
      
      * Trigger builds.
      f0412f3d
  27. 28 4月, 2020 1 次提交
    • M
      Dropout, SoftmaxCrossEntropyLoss, NegativeLogLikelihoodLoss and Celu (#2725) · fd62bdc9
      M. Zeeshan Siddiqui 提交于
      * Add scaling factor to dropout test.
      
      * Fix function definition for SoftmaxCrossEntropyLoss and Celu.
      
      * Implement optional output log_probability in function definition and reference implementation for SotfmaxCrossEntropyLoss.
      
      * Add shape inference for Celu.
      
      * fix pep8 formating errors.
      
      * build break.
      
      * Handle int64 type target values in NegativeLogLossLikelihoodLoss function body.
      
      * Fix shape inference for negativeloglikelihoodloss.
      
      * Add training_mode to dropout spec and tests.
      
      * fix build.
      
      * Update dropout tests with seed=0.
      
      * update old dropout data.
      
      * Improve dropout test data.
      
      * PR feedback.
      
      * Remove stale dropout tests.
      
      * PR feedback.
      
      * update MD files.
      
      * remove extra space.
      fd62bdc9
  28. 10 4月, 2020 2 次提交
  29. 07 4月, 2020 1 次提交
  30. 06 4月, 2020 2 次提交
  31. 04 4月, 2020 1 次提交
    • M
      Update `ignore_index` documentation for SoftmaxCrossEntropyLoss and... · 4df00832
      M. Zeeshan Siddiqui 提交于
      Update `ignore_index` documentation for SoftmaxCrossEntropyLoss and NegativeLogLikelihoodLoss (#2696)
      
      * Change type of label tensor to int32/int64 in SoftmaxCrossEntropyLoss spec.
      
      * Update SoftmaxCrossEntropy and NLLLoss ignore_index doc.
      
      * Update SoftmaxCrossEntropy and NLLLoss ignore_index doc.
      
      * update doc.
      
      * PR feedback.
      4df00832
  32. 01 4月, 2020 1 次提交
  33. 31 3月, 2020 1 次提交
  34. 30 3月, 2020 1 次提交
    • M
      Add 'ignore_index' input in the spec for SoftmaxCrossEntropyLoss and NLLLoss. (#2680) · 20b3e10e
      M. Zeeshan Siddiqui 提交于
      * Add 'ignore_index' input in the spec for SoftmaxCrossEntropyLoss and NLLLoss.
      
      * Add tests.
      
      * build break.
      
      * build break.
      
      * clean up.
      
      * build break.
      
      * Change ignore_index to attribute.
      
      * Change ignore_index to attribute.
      
      * PR feedback.
      
      * PR feedback.
      
      * Make ignore_index optional in NLLLoss.
      
      * Build break.
      
      * remove trailing spaces to fix build break.
      
      * Build break.
      
      * Update spec doc.
      
      * Fix NLLLoss function definition to fix test: test_negative_log_likelihood_loss_input_shape_is_NCd1d2_with_weight_reduction_sum_ignore_index_expanded
      
      * PR feedback.
      
      * Fix test for softmax cross entropy loss to exclude ignored_index'ed weights from the sum of weights.
      
      * Build break.
      20b3e10e
  35. 27 3月, 2020 1 次提交
  36. 21 3月, 2020 1 次提交
  37. 19 3月, 2020 1 次提交