- 22 Oct, 2019 1 commit
-
-
Robert Kimball authored
* Remove debug output * More cleanup
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 16 Nov, 2018 1 commit
-
-
Robert Kimball authored
* Move ParameterVector and ResultVector to the ngraph namespace where they belong * update python wrapper * more python fixes * style * Update setup.py * fix some new code
-
- 20 Sep, 2018 1 commit
-
-
Robert Kimball authored
* set global line ending options for repo * Normalize line endings * add newline at eof
-
- 29 Aug, 2018 1 commit
-
-
Robert Kimball authored
* use line comments instead of multiline comments for license header * update more * update new files * more header updates * style
-
- 06 Mar, 2018 1 commit
-
-
Nick Korovaiko authored
* the first stab at op::Result format fixes disabling logging op::Result, 2nd attempt purge stale code disable logging fix copyright header * initial cleanup * cleanup2 * remove dead code * result.cpp, fix comments * fix comment
-
- 27 Feb, 2018 1 commit
-
-
Scott Cyphers authored
* Replace using aliases with actual classes
-
- 12 Feb, 2018 1 commit
-
-
Robert Kimball authored
* fix Shape declarations
-
- 08 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 09 Jan, 2018 1 commit
-
-
Nick Korovaiko authored
* remove caching of ordered_ops * graph_util logging msgs * small cleanup * remove files for the TopologicalSort pass * remove NGRAPH_DEBUG from graph_util.hpp
-
- 29 Dec, 2017 1 commit
-
-
Scott Cyphers authored
* Function can have multiple results Remove external use of ValueType, TupleType, Tuple Remove many external uses of Output and Input * corresponding CPU backend changes * Update master changes. * Remove type arg from Function, add changes.md * Merge changes. * Move bodies to .cpp, add brief doc * Merge CPU changes. * Remove xla includes from non-xla files * Remove xla from tests * First part of xla tuple support * change fprop_cache to assume multi-output bprop functions * New wrappers for handling tuples with XLA * Review comments * remove old xla files * fix merge errors * hand edit models to use multi output instead of tuples
-
- 19 Dec, 2017 1 commit
-
-
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
-
- 06 Dec, 2017 1 commit
-
-
Adam Procter authored
* Remove unnecessary dependency on codegen in interpreter * Check for incorrect return type and undeclared parameters in Function's constructor * Address review comments * Add scarier error message when the result node has null return type (should never happen) * Add new constructor for Function that doesn't require the return type, and unit test for same
-
- 22 Nov, 2017 1 commit
-
-
Robert Kimball authored
-
- 21 Nov, 2017 1 commit
-
-
Robert Kimball authored
-
- 10 Nov, 2017 1 commit
-
-
Scott Cyphers authored
* Do checking, tensor view spreading and type propagation during op construction Better names for builtin classes replace set_value_type with assert_value_type, which checks if type is as expected * Review comments * Review comments
-
- 30 Oct, 2017 1 commit
-
-
Robert Kimball authored
-
- 06 Oct, 2017 1 commit
-
-
Robert Kimball authored
* port functions from funky passman branch * update pass tests * wip * fixed * remove obsolete test * remove debug prints
-
- 04 Oct, 2017 1 commit
-
-
Robert Kimball authored
-
- 28 Sep, 2017 1 commit
-
-
Robert Kimball authored
* cleanup pass registration code. * Replace explicit code to do passes with pass_manager passes * make external function work with const types internally, it should not change the graph
-
- 22 Sep, 2017 1 commit
-
-
Robert Kimball authored
add tensor buffer size unit test fix warnings when building mkldnn test get tensor is_output set. Add Manager state and Function to pass manager use pass manager internal state
-
- 20 Sep, 2017 1 commit
-
-
Christian Convey authored
* Done to achieve goal of having our #include directives all start with `"ngraph/`, like LLVM does.
-
- 19 Sep, 2017 1 commit
-
-
Bob Kimball authored
-
- 13 Sep, 2017 1 commit
-
-
Bob Kimball authored
Add memory layout and liveness passes.
-