1. 20 Aug, 2019 9 commits
    • Nishant Patel's avatar
      Remove quantized pool {avg and max} (#3458) · dc0f0011
      Nishant Patel authored
      * Remove QuantizedMaxPool
      
      * Remove QuantizedAvgPool
      
      * Disable tests for plaidML
      
      * Fix CI
      
      * Add correct casting for int8 type in reference kernel
      
      * Disable tests for GPU
      dc0f0011
    • Robert Kimball's avatar
      Did a batch normalization of the BatchNorm unit test names (#3439) · 152e99d8
      Robert Kimball authored
      * Normalize BatchNorm test names
      
      * unit test renamed so manifest must be updated
      152e99d8
    • Adam Procter's avatar
      Dynamic "flatten" builder (#3448) · 97578988
      Adam Procter authored
      * Dynamic version of builder::flatten
      
      * Remove as_single_output_node (no longer needed)
      
      * Temp fix for dyn elimination
      97578988
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/pass (#3473) · a4a3031b
      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.
      
      * Un-relax comment wrapping in src/ngraph/pass
      
      * Remove .clang-format
      a4a3031b
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/descriptor (#3470) · 69c02f2c
      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/descriptor
      
      * Un-relax comment wrapping in src/ngraph/state
      
      * Revert "Un-relax comment wrapping in src/ngraph/state"
      
      This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727.
      
      * Remove .clang-format
      69c02f2c
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/builder (#3472) · d603d3e3
      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.
      
      * Un-relax comment wrapping in src/ngraph/builder
      
      * Remove .clang-format
      d603d3e3
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/pattern (#3471) · 1475a9c3
      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.
      
      * Un-relax comment wrapping in src/ngraph/pattern
      
      * Remove .clang-format
      1475a9c3
    • Adam Procter's avatar
      clang-format comments: /src/ngraph/state (#3469) · c0596157
      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.
      
      * Un-relax comment wrapping in src/ngraph/state
      
      * Remove .clang-format
      c0596157
    • Adam Procter's avatar
  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 6 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
    • Nagy Mostafa's avatar
      Enable floating point relu (#3436) · 17f6e08c
      Nagy Mostafa authored
      17f6e08c
  7. 13 Aug, 2019 1 commit