1. 12 Sep, 2018 2 commits
  2. 11 Sep, 2018 4 commits
    • Robert Kimball's avatar
      Interpreter use switch() for main loop (#1538) · d81d0c93
      Robert Kimball authored
      * wip
      
      * interperter use switch instead of if/else
      
      * more cleanup
      
      * make nop elimination run on all backends
      
      * revert
      
      * use single include file to define all ops so there is only one instance
      
      * move op.tbl to ngraph/op dir as it is useful. Added useage example.
      
      * add some comments where needed
      
      * revert some changes to reduce delta
      
      * add const
      
      * add more const
      
      * simplify using NodeWrapper
      
      * update per review comments
      
      * update per review comments
      
      * update per review comments
      
      * remove switch warning as it is not supported in older gcc
      d81d0c93
    • Nick Korovaiko's avatar
      set correct perms on source files (#1564) · 5032f343
      Nick Korovaiko authored
      5032f343
    • Michał Karzyński's avatar
      189cf3b7
    • gaurides's avatar
      Add conv add fusion (#1526) · 37174c90
      gaurides authored
      * Add conv add fusion
      
      * Updated file permissions and cpu_fusion order
      
      * Formatted code using maint/apply-code-format.sh
      
      * Fixed minor review comments
      
      * Use NODE_VALIDATION_ASSERT instead of throw ngraph_error;\nupgrade baseline and fix issues
      
      * Some more fixes
      37174c90
  3. 10 Sep, 2018 1 commit
  4. 08 Sep, 2018 1 commit
    • Adam Rogowiec's avatar
      [ONNX] Reduce* operations (#1562) · 4341c6ac
      Adam Rogowiec authored
      * ReduceSum and ReduceSumSquare ONNX operations.
      
      * Add new reduction ops.
      
      - ReduceLogSum,
      - ReduceLogSumExp,
      - ReduceMax,
      - ReduceMin,
      - ReduceMean,
      - ReduceProd.
      
      * Add ReduceL1 and ReduceL2
      
      * Utility generic functions generating monotonic sequences of values.
      
      * Review comments: return AxisSet not std::vector
      
      * Use common functions for generating monotonic sequence.
      
      * Review comments.
      4341c6ac
  5. 07 Sep, 2018 5 commits
  6. 06 Sep, 2018 4 commits
  7. 05 Sep, 2018 2 commits
  8. 04 Sep, 2018 11 commits
  9. 03 Sep, 2018 7 commits
  10. 01 Sep, 2018 1 commit
  11. 31 Aug, 2018 2 commits
    • Adam Procter's avatar
      c386da90
    • Scott Cyphers's avatar
      Validate/infer types as a virtual function (#1463) · 132b5305
      Scott Cyphers authored
      * Validate/infer types as a virtual function
      BroadcastLike, ScalarConstantLike
      Set output shape separately from output types
      Remove some obsolete tests
      Replace *Like ops with fixed type versions
      
      * Review comments
      
      * Remove TensorViewType
      
      * Remove PrimaryTensorView
      
      * Reviewer comments
      
      * Style fix.
      
      * Another try at GPU
      
      * GPU
      
      * Simplify class hierarchy
      
      * More of previous.
      
      * Better errors
      
      * Remove unneeded classes
      
      * Merge
      
      * Update Python bindings
      
      * clang-format
      
      * Remove redundant files
      
      * Remove commented out lines
      
      * clang-format
      
      * Group includes
      
      * Missing tests
      
      * Merge error
      132b5305