1. 11 Dec, 2019 7 commits
    • Leona C's avatar
      Tested doc build for 0.27 with sitemap for ngraph.ai endpoint (#4014) · 9e34172a
      Leona C authored
      * Make sure examples compile
      
      * Resolve doc build error due to opset versioning and align dynamic tensor doc to cpp example
      
      * Add latest rc
      
      * Remove deprecated API
      
      * Update brief link summary
      
      * Dist example
      
      * update doc for cpp code examples folder
      
      * Fix typo and toc index
      
      * Build config for example, deprecation in dist test
      
      * style
      
      * Sitemap for ngraph.ai doc content
      
      * Add title to sitemap
      
      * resolve docbuild warnings resultant from sitemap link labeling
      
      * Doc tag for 0.27.1
      9e34172a
    • Amy Zhuang's avatar
      Update MKLDNN to v1.0.4. (#3951) · 5cc8690b
      Amy Zhuang authored
      * Update MKLDNN to v1.0.4.
      
      Build MKLDNN-v1 by default.
      
      * Add bf16 support check.
      
      * Modify visibility.
      5cc8690b
    • Michał Karzyński's avatar
    • Ivan Tikhonov's avatar
      TensorIterator: reshape support (#4038) · e786fcfe
      Ivan Tikhonov authored
      e786fcfe
    • Michał Karzyński's avatar
      Helper in Constant to allow casting values to a different type (#4000) · c8988ca9
      Michał Karzyński authored
      * Helper in Constant to allow casting values to a different type
      
      Simplify logic needed to extract values from a Constant node, when
      the expected data type is specified only as integral or floating point.
      
      * Review comment
      
      * Review comment
      Co-Authored-By: 's avatarTomasz Socha <tomasz.socha@intel.com>
      
      * Style apply
      c8988ca9
    • Robert Kimball's avatar
      Remove GOE from Adjoints class (#3973) · f803feb7
      Robert Kimball authored
      * Change generate_adjoints to take an OutputVector instead of a NodeVector for deltas.
      
      * Cleanup
      
      * Adjoints class convert to use Output<Node>
      
      * More cleanup
      
      * More cleanup
      
      * Post-merge build issues
      
      * Don't push initial bprops multiple times
      
      * Eliminate GOE correctly
      
      * back-compatibility, unit test
      f803feb7
    • Diego Caballero's avatar
      [MKLDNN] Emit dgemm for 2D DP FP Dot op (#3990) · fee3d1a7
      Diego Caballero authored
      * [MLIR] Update MLIR/LLVM repos
      
      * Move MLIR/LLVM repos forward
      
      This includes fix to affine fusion algorithm.
      
      * Fix issues after merge
      
      * Fix lit test
      
      * [MKLDNN] Emit dgemm for 2D DP FP Dot op
      
      Add support for emitting MKLDNN's double precision FP gemm from a 2D double
      precision floating point Dot operation.
      
      * Removed unnecessarily duplicated pattern
      
      * Add f64 matmul support to CPU Emitter + unit test
      
      * Add check for DP unsupported bias in cpu_fusion.cpp
      fee3d1a7
  2. 10 Dec, 2019 1 commit
  3. 09 Dec, 2019 3 commits
  4. 07 Dec, 2019 2 commits
  5. 06 Dec, 2019 11 commits
  6. 05 Dec, 2019 5 commits
  7. 04 Dec, 2019 7 commits
  8. 03 Dec, 2019 4 commits
    • Tomasz Dołbniak's avatar
      [SPEC] NonMaxSuppression (#3968) · f12a5c92
      Tomasz Dołbniak authored
      * NonMaxSuppression op skeleton
      
      * Validation of the NonMaxSuppresion op
      
      * Correct last 'boxes' dimention check
      
      * onnx_importer support for NonMaxSuppression
      
      * Code formatting
      
      * Type and shape inference for NonMaxSuppression
      
      * Different initialization of NMS inputs in onnx_importer
      
      * Code formatting
      
      * Basic type_prop tests for NonMaxSuppression
      
      * More type_prop validation for NMS
      f12a5c92
    • Tomasz Socha's avatar
      [SPEC] Add new v1::GroupConvolution and v1::GroupConvolutionBackpropData operators. (#3956) · edc5d6ba
      Tomasz Socha authored
      * [SPEC] Add new v1::GroupConvolution and v1::GroupConvolutionBackpropData ops.
      
      * Sort downgrade passes
      
      * Add downgrade pass fro GroupConvolution
      
      * WIP I
      
      * Fix GroupConvolution validate and infer types
      
      * Add upgrade pass for GroupConvolution
      
      * Remove unnecesary get_static_groups() method
      
      * Disable pass for cases when groups are in filters
      
      * Review Fix I
      
      * Move ops to fused/group_conv.hpp
      
      * Use Op instead of FusedOp again
      
      * Move v1::GroupConvolution and v1::GroupConvolutionBackpropData to FusedOp but temporarily disable decomposition
      edc5d6ba
    • Ilya Lavrenov's avatar
    • Michał Karzyński's avatar
      Enable multitple int types for OneHot 'depth' param (#3971) · dd66409a
      Michał Karzyński authored
      * Enable multitple int types for OneHot 'depth' param
      
      * Move validation logic out of helper
      
      * Make helper more generic
      dd66409a