1. 22 Nov, 2019 6 commits
    • Tomasz Dołbniak's avatar
      [SPEC] HardSigmoid adjustments (#3857) · 28a96f83
      Tomasz Dołbniak authored
      * Construct HardSigmoid with alpha and beta as inputs
      
      * Switch to the new HardSigmoid constructor entirely
      
      * Broadcast with numpy style in hard sigmoid
      
      * Python bindings adjustment to the new constructor
      
      * Different way of creating constants
      
      * Accept scalars instead of 1D vectors for alpha and beta
      
      * Adjust the python tests to the new HardSigmoid constructor
      
      * Use v1 ops in fused HardSigmoid
      
      * Relax the static shape requirement for alpha and beta
      
      * Fix merge
      28a96f83
    • gaurides's avatar
      0d688830
    • Scott Cyphers's avatar
      Cyphers/uop (#3903) · 4c5dbf07
      Scott Cyphers authored
      * Address op_tbl issues
      
      * fix
      
      * fix
      
      * fix
      
      * Cleanup
      
      * cleanup
      
      * cleanup
      
      * More fixes
      
      * Revert ser changes
      
      * Compiles
      
      * opset conversion fixed
      
      * Fix opset conversion tests
      
      * Deal with Reciprocal and FloorMod movement
      
      * Cleanup
      
      * Remove duplicate enums
      
      * Experiment
      
      * experiment
      
      * Types
      
      * Reorg around clang 3.9 bug
      4c5dbf07
    • Robert Kimball's avatar
      16e256fa
    • Michal Chruscinski's avatar
      7d66dbda
    • gaurides's avatar
      Fused_op: BatchMatMulTranspose (#3871) · db5b11c8
      gaurides authored
      * Initial commit
      
      * Add decompose_op and unit-test
      
      * Style fix
      
      * Fix CI error
      
      * Address review comments
      
      * Remove CPUBatchFusion
      
      * Address review feedback
      
      * Address review feedback
      
      * Added type_prop tests
      
      * Moved 1 test from cpu to core to keep together
      
      * Address PR comments
      
      * Fix style
      db5b11c8
  2. 21 Nov, 2019 7 commits
  3. 20 Nov, 2019 4 commits
    • Ivan Tikhonov's avatar
      Fix for the bug with as_type_ptr for TensorIterator::Input/Ouput desc (#3906) · 1c2cd853
      Ivan Tikhonov authored
      * Updated unit test to reproduce a bug
      
      * Code style
      
      * Add exports
      
      * Added missed export
      1c2cd853
    • Leona C's avatar
      Fix CSS rendering issues (#3921) · f7dc9104
      Leona C authored
      f7dc9104
    • Leona C's avatar
      Update ToC to better match docplan spreadsheet (#3846) · fd94811e
      Leona C authored
      * New ToC
      
      * Working on docplan
      
      * Clean up for toc
      
      * Link to existing APIs on quantization doc
      
      * Better align topics with docplan ToC; add section for dyn shapes
      
      * Title casing to be consistent
      
      * PR reviews
      
      * New build preview
      
      * Add default opset version, new versioning schema
      
      * Remove duplicate file causing doc build warning
      fd94811e
    • Pruthvi's avatar
      Implementation of CrossEntropy and CrossEntropyBackprop as fused Op's (#3818) · a1a8a7e3
      Pruthvi authored
      * - Implementaion of CrossEntropy and CrossEntropyBackprop as fused Op's
      
      * - unit test case for CE fprop
      - fix bug in decompose_op
      
      * WIP debug PDPD unit test failure
      
      * fixed broadcasting issue
      
      * -fix bdcast issue for multi dim tensor
      
      * utilities to restore the original tensor shape
      
      * i) style-fix ii) rename variables
      
      * - unit test for multiple dimensions ii) refactor create_mask to seperate function
      
      * - fixed unit tests
      
      * fix style
      
      * set output element type to dynamic in pre_validate and infer shape
      
      * disable ce with one hot unit test on PlaidML
      
      * add CE op to fused_op_tbl
      
      * - add serialzier support for CE and CE Backprop
      a1a8a7e3
  4. 19 Nov, 2019 8 commits
  5. 18 Nov, 2019 8 commits
  6. 16 Nov, 2019 4 commits
  7. 15 Nov, 2019 3 commits