1. 29 Apr, 2019 2 commits
  2. 27 Apr, 2019 5 commits
    • Michał Karzyński's avatar
      [Fused] Add DepthToSpace and SpaceToDepth fused ops (#2811) · e5f489a2
      Michał Karzyński authored
      * Refactor get_default_axis_vector to use std:: functions
      
      * Move get_default_axis_vector to ngraph::op
      
      * Move reorder_axes to ngraph::op::util
      
      * Move reshape helper to ngraph::op::util
      
      * Move DepthToSpace to fused ops
      
      * Add DepthToSpace docstrings
      
      * Move SpaceToDepth to fused ops
      
      * Remove redundant ngraph::op::util::get_default_axis_vector function
      
      * Add ops to serializer
      
      * Change block_size to size_t
      
      * Add fused ops tests
      
      * Add type prop tests
      
      * Add ops to list of ops unsupported on iGPU
      
      * Disable tests in iGPU manifest
      e5f489a2
    • Pruthvi's avatar
      add safety checks for mkldnn-assignement for quantized inner product (#2815) · 8491030d
      Pruthvi authored
      * - add safety checks for mkldnn-assignement for quantized inner product
      
      * - add asserts for unsupported data types in builder & emitter code of Quantized Dot
      8491030d
    • Michał Karzyński's avatar
      [Fused Ops] Add fused version of Elu (#2797) · d07e38e0
      Michał Karzyński authored
      * Add fused version of Elu op
      
      * Refactor ONNX importer prelu function to use fused op
      
      * Style check
      
      * Add docstrings
      
      * Move make_constant_node to op/util
      
      * Use make_constant_node helper
      
      * Remove unneeded std:: prefixes
      
      * Remove make_constant_node function, use builder::make_constant
      
      * Remove redundant includes
      
      * Add Elu to serializer
      
      * Add Elu tests
      
      * Add Elu tests to type prop
      
      * Add Elu to list of ops unsupported on iGPU
      
      * Add Elu to list of ops unsupported on iGPU
      
      * Disable tests in iGPU manifest
      d07e38e0
    • Robert Kimball's avatar
      PerformanceCounter rework (#2790) · 02b04376
      Robert Kimball authored
      * rework PerformanceCounter class
      
      * Update intel gpu to new PerformanceCounter and enable performance on interpreter
      02b04376
    • Robert Kimball's avatar
      Remove Backend parent from runtime::Tensor (#2810) · d3f3a1ff
      Robert Kimball authored
      * Add new HybridTensor class. Remove Tensor parent.
      
      * upate more backends
      
      * fix GPU tensor
      
      * update intel gpu backend
      d3f3a1ff
  3. 26 Apr, 2019 5 commits
  4. 25 Apr, 2019 8 commits
  5. 24 Apr, 2019 2 commits
  6. 23 Apr, 2019 4 commits
  7. 22 Apr, 2019 4 commits
  8. 20 Apr, 2019 1 commit
    • Sang Ik Lee's avatar
      Fix install path on Windows (#2765) · 2257d9cf
      Sang Ik Lee authored
      * CMAKE_CFG_INTDIR does not work at install time. Use CMAKE_INSTALL_CONFIG_NAME on Windows.
      
      * Rename NGRAPH_*_INSTALLSRC_DIRECTORY to NGRAPH_*_INSTALL_SRC_DIRECTORY
      2257d9cf
  9. 19 Apr, 2019 9 commits