1. 27 Apr, 2019 1 commit
  2. 26 Apr, 2019 5 commits
  3. 25 Apr, 2019 8 commits
  4. 24 Apr, 2019 2 commits
  5. 23 Apr, 2019 4 commits
  6. 22 Apr, 2019 4 commits
  7. 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
  8. 19 Apr, 2019 11 commits
  9. 18 Apr, 2019 4 commits
    • Michał Karzyński's avatar
      [ONNX] Split ONNX tests into smaller files in test/onnx subdirectory (#2779) · 57d637bc
      Michał Karzyński authored
      * Move ONNX tests to the test/onnx subdirectory
      
      * Change non-conforming test names
      
      * Refactor quant and reshape tests to separate files
      
      * Refactor tests into separate files
      
      * Rename test in GPU excludes
      57d637bc
    • Robert Kimball's avatar
      remove debug (#2783) · a588ca28
      Robert Kimball authored
      a588ca28
    • Michał Karzyński's avatar
      [ONNX] Support for Gather op (#2772) · 0a5c2b81
      Michał Karzyński authored
      * Temp.
      
      * Put all the dummy files.
      
      * Remove some compile errors.
      
      * WIP: Add gather and gather_nd kernels.
      
      * Temp save.
      
      * Update comments for gather.
      
      * Implement reference gather.
      
      * Validate and infer shape.
      
      * Style.
      
      * Fix compile issues.
      
      * Add serializer support.
      
      * Fix interpreter compilation issues.
      
      * WIP: Add UT
      
      * WIP: Add UT
      
      * gather_nd UT passing.
      
      * Fix gather with no axis.
      
      * Fix gather issue.
      
      * Update unit_test.manifest for backends and add gather, gather_nd  support for generic cpu.
      
      * Add type_prop tests.
      
      * Add CPU builders.
      
      * Fix codegen.
      
      * Make some UT numbers more readable.
      
      * Style.
      
      * Update Copyright Year
      
      * Update Copyright Year
      
      * Fix Typo.
      
      * Remove unused variable.
      
      * fix nv gpu build error
      
      * Fix intel gpu compilation.
      
      * Add basic docstring.
      
      * Allow 1D indices for gather_nd.
      
      * Allow scalar indices for gather.
      
      * Update unit_test manifest files.
      
      * Style.
      
      * Add indices element type check and add failing type_prop checks.
      
      * Update docstring.
      
      * Fix incorrect test names in unit_test.manifest
      
      * [ONNX] Support for Gather op
      
      * Remove unneeded broadcast
      
      * Remove unused include
      
      * Set correct default value for axis
      0a5c2b81
    • Mohammad Mahbubuzzaman's avatar
      Adds provenance tag propagation (#2747) · 6cfe5b41
      Mohammad Mahbubuzzaman authored
      * Add some unit tests for provenance with node replacement
      
      * One more test
      
      * add provenace propagation
      
      * Adds ability to control whether provenance is on or off
      
      * Add some unit tests for provenance with node replacement
      
      * One more test
      
      * add provenace propagation
      
      * Adds ability to control whether provenance is on or off
      
      * Removes extraneous semicolon
      
      * Fixes include header errors
      
      * Reimplements provenance enable flag using global variable
      
      * Fixes style issues.
      
      * Adds newline at the end of file.
      
      * Fixes function return type.
      
      * Adds RAII mechanism for localizing provenance enable state in testing.
      
      * Improves getter/setter method name to match variable name.
      
      * Adds s_ prefix to global variable provenance_enabled.
      6cfe5b41