1. 17 Apr, 2019 1 commit
    • Tomasz Dołbniak's avatar
      [ONNX] Erf op support (#2763) · 45e4e893
      Tomasz Dołbniak authored
      * [ONNX] Erf op support
      
      * [ONNX] Missing CMakeLists entry for the Erf op
      
      * [ONNX] model_erf unit test excluded from GPU
      
      * Update quoting style to fix errors raised by updated version of flake8.
      45e4e893
  2. 16 Apr, 2019 10 commits
  3. 15 Apr, 2019 3 commits
    • mchrusci's avatar
      [ONNX CI] nGraph master as docker image (#2676) · 5473a18a
      mchrusci authored
      * Build branch from scratch if building upon cached master fails
      
      * Revert "Build branch from scratch if building upon cached master fails"
      
      This reverts commit 0141d4151d0fbfd76733708833180e36adbd51b2.
      
      * Revert "Revert "Build branch from scratch if building upon cached master fails""
      
      This reverts commit 64cf85c101664544a1db8736bc6ae35cb075ef77.
      
      * Update ONNX CI workflow
      
      - Periodically build base nGraph image in a separate job
      - Use that base to build branches in CI
      - If that fails - build from scratch
      
      * Moved base builder script
      
      * Fixed ngraph repo path
      
      * Fix branch name
      
      * Fix CI root path
      
      * Docker login must be done explicitly
      
      * Fix credentials variable
      
      * Fix pullImage method name
      
      * Removed Docker registry addresses
      
      * Set default branch to master
      
      * Clone branch specified as parameter
      
      * Fix try catch error
      
      * Fix build script execution
      
      * Added docker_registry parameter to start container script
      
      * Calling setConfigurationStatus directly
      
      * Revert "Calling setConfigurationStatus directly"
      
      This reverts commit ea16a54ed1919f08bf0e5e1c4e8284146bcbaf6d.
      
      * Fix missing $
      
      * Fix password redirection to stdin
      
      * Removed internal address
      
      * Fix closing bracket
      5473a18a
    • Adam Procter's avatar
      Replace NGRAPH_ASSERT with faster NGRAPH_CHECK; remove all casserts (#2727) · b9e6b40c
      Adam Procter authored
      * Replace assert and NGRAPH_ASSERT with NGRAPH_CHECK; deprecate old classes
      
      * Rename node_validation_assertion_string to something slightly more descriptive
      
      * Fix syntax error in GPU BE
      
      * Fix some messed-up includes
      
      * More comments, more tests
      
      * Fix reference to properly include check.hpp (should unbreak codegen)
      
      * Add check.hpp include to gpu_util.cpp
      
      * Comment updates
      
      * Comment update
      
      * Oops
      
      * PR feedback: better formatting when context info or explanation are missing
      b9e6b40c
    • tsocha's avatar
      Update onnx opset version (#2750) · cdc8f9f4
      tsocha authored
      cdc8f9f4
  4. 14 Apr, 2019 1 commit
  5. 12 Apr, 2019 2 commits
    • Adam Procter's avatar
      Deprecate direct access to descriptor::Input and descriptor::Output (#2724) · 5490bae5
      Adam Procter authored
      * Add NodeInput and NodeOutput classes
      
      * Deprecate Node::get_inputs, Node::get_outputs, Node::get_output_inputs. Remove Node::get_input_from and Node::get_output_from
      
      * Privatize most fields of Node
      
      * Make deprecation of descriptor-munching classes optional
      
      * Review comments
      
      * Adapt ReshapeSinking to use raw pointers for NodeInput
      
      * Fix ZDTE (thought I had already done in this branch, weird); style
      
      * wip
      
      * Change get_node_outputs() and get_node_inputs() to return vectors
      
      * Updates after merge
      
      * Whoops, forgot to define these functions
      
      * {NodeInput,NodeOutput} -> {Input,Output}
      
      * Kill shared_ptr in Output
      
      * Move Input and Output into node.hpp
      
      * Templatize the underlying node (sub)type in Input and Output
      
      * Eliminate some get_input_* and get_output_* functions
      
      * Change get_outputs and get_inputs back to their original names; rename NGRAPH_DEPRECATE_IO_DESCRIPTORS to NGRAPH_DEPRECATE_OLD_NODE_APIS
      
      * Miscellaneous cleanup
      
      * More cleanup
      
      * Unbreak CPU build
      
      * Simplify unit tests
      
      * Make Node less friendly
      
      * Deprecate more get_output_* and get_input_* functions
      
      * A couple of PR comments
      
      * Make the deprecation stuff more generally available
      
      * Better comment
      
      * Be more consistent about [] vs. at
      5490bae5
    • Anna Alberska's avatar
  6. 11 Apr, 2019 5 commits
  7. 10 Apr, 2019 7 commits
  8. 09 Apr, 2019 5 commits
  9. 08 Apr, 2019 2 commits
    • Scott Cyphers's avatar
      7b7cf432
    • Michał Karzyński's avatar
      [ONNX] Unit test models for QLinearConv (#2705) · 9bfc0e5f
      Michał Karzyński authored
      * [ONNX] Unit test models for QLinearConv
      
      * Temp ref conv
      
      * ref conv temp
      
      * add qlinearconv2d test
      
      * adding conv3d test case
      
      * ignore tests on GPU
      
      * Dynamic scale
      
      * add builder based solution for zero point and conv
      
      * Revert "Dynamic scale"
      
      This reverts commit be8e57bdf7013967e5575164a0402dcc6d16b8ed.
      
      * Revert "Merge remote-tracking branch 'origin/nishant_ref_conv_u8u8' into mkarzyns/qlinear_conv_uts"
      
      This reverts commit dea29a18c474b644b5b531f0e59f21d21bd56bf2, reversing
      changes made to b12fc13c5852efa4c335377164d9b7e5d9227a8a.
      
      * style
      9bfc0e5f
  10. 05 Apr, 2019 4 commits