1. 27 Jun, 2019 6 commits
    • Jayaram Bobba's avatar
      f5384c9e
    • Adam Rogowiec's avatar
      [ONNX] Lp/InstanceNormalization operations. (#3087) · d4982dd1
      Adam Rogowiec authored
      * Add LpNormalization operator along with unit tests.
      
      * Add validation macro based on NGRAPH_CHECK.
      
      * Add InstanceNormalization operation along with unit tests.
      
      * Update supported ops table.
      
      * Fix merge error.
      d4982dd1
    • Robert Kimball's avatar
      add send recv op (#3107) · e8e3db24
      Robert Kimball authored
      * add send recv file
      
      * update CMakeLists
      
      * add to op_tbl, add to serializer
      
      * fix bug in serializer, add MPI send recv
      
      * not supported in MlSL
      
      * GPU not support send recv
      
      * add reference implementation
      
      * send recv not supported by intel gpu
      
      * resolve Scott's comment about construction
      
      * style
      
      * add comments, add to gpu not supported list
      
      * using Output<Node> instead of shared_ptr<Node>
      
      * add test
      
      * disable test for MLSL
      
      * disable test for cpu, gpu, gpuh
      
      * add static string s_manifest = ;
      
      * using NGRAPH_TEST so test can be disable for specific backend
      
      * float number
      
      * revert last change
      
      * default
      
      * support more data type
      
      * change License text
      
      * change License text
      
      * add and ring send recv test
      
      * add and ring send recv test
      
      * skip send_recv_ring
      
      * fix bug
      e8e3db24
    • Robert Kimball's avatar
      b3d99f67
    • Adam Rogowiec's avatar
      [Fused] Remove redundant conditions. (#3122) · bd4a1050
      Adam Rogowiec authored
      * Run fused op decomposition recursively until no more fused ops.
      
      * Update callback member name.
      
      * Remove redundant conditions.
      
      * Style apply.
      bd4a1050
    • Scott Cyphers's avatar
      Merge pull request #3126 from NervanaSystems/bob/license_date · 298d26c0
      Scott Cyphers authored
      fix license header again
      298d26c0
  2. 26 Jun, 2019 29 commits
  3. 25 Jun, 2019 5 commits