1. 03 Jan, 2019 1 commit
  2. 20 Dec, 2018 1 commit
  3. 17 Oct, 2018 1 commit
    • Adam Procter's avatar
      Partial Shapes and Types, Part 3: Framework for partial shape/element type validation (#1728) · 0563a3cf
      Adam Procter authored
      * Adapt Tensor class to have partial shapes
      
      * Add PartialShapes to Input, Output, Function, Node classes
      
      * Terminological cleanup
      
      * Add PartialShape propagation for Parameter and Result
      
      * Implement partial-shape propagation for elementwise ops
      
      * More comments
      
      * One more comment tweak
      
      * Add tests for the merge functions
      
      * Add merging of undetermined element types
      
      * Fix a goophup in deserializer implementation
      
      * Implement fallback for ops that do not support partial shape/type validation
      
      * Updates for some older unit tests, now that operator[] exists
      
      * Add missing validate_punt_if_incomplete to AllReduce
      
      * Better docstrings for the stuff introduced in #1692; remove prototype for unimplemented, unused PartialShape::append()
      
      * One more docstring thing I forgot to save
      
      * Switch terminology from 'determined/undetermined' to 'static/dynamic'
      
      * Switch terminology from 'complete/incomplete' to 'static/dynamic' for shapes; fix up some mushily worded comments
      
      * Fix overzealous edits from the last commit
      
      * Rename one test that escaped the Great Renaming
      
      * Remove unnecessary validate_punt_if_dynamic from Reshape
      
      * Show argument types/shapes in long NodeDescription; tank unit tests to block merge
      
      * Fix dynamic element type propagation for elementwise ops, add some unit tests for same
      
      * Roll 'Not' back to existing behavior (non-boolean input types allowed)
      
      * Add a TODO tag to a todo item
      0563a3cf
  4. 26 Sep, 2018 1 commit
    • Adam Straw's avatar
      add nGraph quantize op (#1661) · d640fac3
      Adam Straw authored
      * adding nGraph Quantize op
      
      * unit test failing for floating point exception
      
      * unit test working in float
      
      * unit test working in uint8
      
      * improved type checking and polished unit test - passing
      
      * quantized axes working
      
      * inclusive project method
      
      * add round mode
      
      * TODO cleanup
      
      * code format
      
      * adding serializer support - fails build
      
      * add serializer support
      
      * make CPU quantize op work; new tests for int8, clamp)
      
      * fix build failure
      
      * fix GPU build issue
      
      * fix GPU unit test manifest
      
      * use quantized offset
      
      * add is_quantized field to element::Type
      
      * add reduce function to coordinate.hpp
      d640fac3
  5. 29 Aug, 2018 1 commit
  6. 21 Mar, 2018 1 commit
  7. 08 Feb, 2018 1 commit
  8. 19 Dec, 2017 1 commit
    • Robert Kimball's avatar
      Remove ParameterizedConstant (#309) · 833a8f14
      Robert Kimball authored
      * remove use of ParameterizedConstant from unit test. Now using Constant instead. Constant is not a templated class.
      
      * move ParameterizedTensorView to NGVM directory
      
      * element_type cleanup
      833a8f14
  9. 30 Nov, 2017 1 commit
    • Robert Kimball's avatar
      Bob/serialize2 (#267) · e6cc7d8b
      Robert Kimball authored
      * add json lib 2.1.1
      
      * add json serialization of graph
      
      * cleanup
      
      * enhance unit test
      
      * remove FunctionProvider class and replace with virtual get_function() in Node
      
      * remove json code from element_type
      
      * move serialize to be directly in the ngraph namespace. cleanup header file.
      
      * add cname check to element::operator==
      
      * add using json = nlohmann::json
      e6cc7d8b
  10. 25 Nov, 2017 1 commit
  11. 20 Sep, 2017 1 commit
  12. 16 Aug, 2017 1 commit
  13. 08 Aug, 2017 1 commit
  14. 25 Jul, 2017 1 commit