1. 20 Nov, 2019 1 commit
    • 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
  2. 19 Nov, 2019 8 commits
  3. 18 Nov, 2019 8 commits
  4. 16 Nov, 2019 4 commits
  5. 15 Nov, 2019 10 commits
  6. 14 Nov, 2019 3 commits
  7. 13 Nov, 2019 3 commits
  8. 12 Nov, 2019 2 commits
  9. 11 Nov, 2019 1 commit
    • Pruthvi's avatar
      [MLIR] Graph pass to lower ngraph to ngraph dialect (#3835) · 6fbed3b9
      Pruthvi authored
      *  WIP graph pass to lower ngraph to ngraph dialect
      
      * resolved compiler errors
      
      * - refactor ngraph-dialect to graph pass
      
      * - fix compilation issue
      - unit test passes
      
      *  - style fix
      
      * Addressed PR comments
      
      * - move NgDialectConversionPass to anonymous namespace
      
      * - use getModule() to access module inside the graph pass
      - address PR comments
      
      *  - fix failing unit test case for negative padding
      - make builder as an object isntead of pointer to an object
      
      * Address PR Comments
      6fbed3b9