1. 25 Nov, 2019 4 commits
  2. 22 Nov, 2019 10 commits
  3. 21 Nov, 2019 7 commits
  4. 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
  5. 19 Nov, 2019 8 commits
  6. 18 Nov, 2019 7 commits