1. 20 Aug, 2019 5 commits
  2. 19 Aug, 2019 6 commits
    • Mateusz Bencer's avatar
      [Spec][Fused] Adjust op Normalize (#3406) · 5ed2c588
      Mateusz Bencer authored
      * Changed name from Normalize to Normalize2
      
      * Changed name from Normalize to Normalize2 in tests
      
      * Changed name of normalize source files
      
      * Removed across spatial and channel shared params
      
      * Removed scale and introduced input axes
      
      * Support for axes input was introduced
      
      * Added possibility to choose method of bias using
      
      * Clang style applied
      
      * Code review remarks introduced
      
      * Code review remarks introduced
      
      * Added python script to generate normalize_l2 test data
      5ed2c588
    • Adam Procter's avatar
      Add .clang-format with comment wrap to src/ngraph (#3461) · 802bca81
      Adam Procter authored
      * Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof
      
      * Whoops, forgot to commit the actual .clang-formats
      
      * Remove src/ngraph/type/.clang-format (it was having no effect)
      
      * Remove src/ngraph/distributed/.clang-format (it was having no effect)
      
      * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash)
      
      * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash)
      
      * Un-relax comment wrapping in src/ngraph/state
      
      * Revert "Un-relax comment wrapping in src/ngraph/state"
      
      This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727.
      802bca81
    • Nagy Mostafa's avatar
    • Diego Caballero's avatar
    • Mateusz Bencer's avatar
      [Spec] Adjust op Proposal (#3419) · 47dc073e
      Mateusz Bencer authored
      * Changed required image_shape type from u64 to float
      
      * Proposal op was adjusted
      
      * Clang styles applied
      
      * Added missing new line
      
      * Fixed problem with narrowing conversion
      
      * Code review remarks
      
      * Removed checking types of Proposal input params
      
      * Removed unused input element type variables
      47dc073e
    • Scott Cyphers's avatar
      Cyphers/mdynamic (#3463) · c3b53e5d
      Scott Cyphers authored
      * Separate dynamic loading from static linking
      
      * Missed find_my_pathname
      c3b53e5d
  3. 17 Aug, 2019 3 commits
  4. 16 Aug, 2019 5 commits
  5. 15 Aug, 2019 10 commits
  6. 14 Aug, 2019 7 commits
    • Diego Caballero's avatar
      [MLIR] Enable LLVM vectorization by initializing TTI (#3424) · 79283e3e
      Diego Caballero authored
      * [MLIR] Bump MLIR repo to commit c636f12, 08/09/2019
      
      MLIR Commit:
      commit c636f127ee412ef7279ec0d550f42740824cd9ea
      Author: Alex Zinenko <zinenko@google.com>
      Date:   Fri Aug 9 08:59:45 2019 -0700
      
          LLVM dialect and translation: support global strings
      
      LLVM Commit:
      commit c636f127ee412ef7279ec0d550f42740824cd9ea
      Author: Alex Zinenko <zinenko@google.com>
      Date:   Fri Aug 9 08:59:45 2019 -0700
      
          LLVM dialect and translation: support global strings
      
      * [MLIR] Set optimization level for LLVM optimizer and codegen
      
      Now both LLVM optimizer and codegen are aligned with
      "NGRAPH_MLIR_OPT_LEVEL" macro.
      
      * [MLIR] Enable LLVM vectorization by initializing TTI
      
      This is the final piece to enable LLVM vectorization for MLIR compiler.
      The PR refactors the creation of a target machine in MLIRCompiler so that
      we can use it to initialize TargetTransformInfo with the proper host
      features and LLVM Loop Vectorizer can get the right vector register
      information of the target CPU.
      79283e3e
    • Mateusz Bencer's avatar
      [Spec] Add axes input to LRN (#3374) · 83611106
      Mateusz Bencer authored
      * Axes input was added to LRN
      
      * Unit tests for axes shape check were added
      
      * LRN node deserialization was updated
      
      * Fixed EOF and clang style applied
      
      * Changed Constant to Parameter type in unit tests
      
      * Fixed LRN assert description
      
      * Fixed copy_with_new_args
      
      * Clang style applied
      83611106
    • Robert Kimball's avatar
      Remove deprecated methods (#3429) · 34c084e3
      Robert Kimball authored
      34c084e3
    • Robert Kimball's avatar
      fix version label (#3398) · 1ebd395c
      Robert Kimball authored
      1ebd395c
    • Scott Cyphers's avatar
      3da93e51
    • Leona C's avatar
      Add doc update for 0.26 · 4431d2a3
      Leona C authored
      4431d2a3
    • Nagy Mostafa's avatar
      Enable floating point relu (#3436) · 17f6e08c
      Nagy Mostafa authored
      17f6e08c
  7. 13 Aug, 2019 4 commits