- 18 Mar, 2019 1 commit
-
-
Robert Kimball authored
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 28 Dec, 2018 1 commit
-
-
Robert Kimball authored
-
- 19 Dec, 2018 1 commit
-
-
gcwenger authored
-
- 23 Oct, 2018 1 commit
-
-
gcwenger authored
* Support for parameterized testing combined with backend driven manifests. * clang-format fix * Improved nGraph variants of gtest fixture and parameterized testing macros * Reverted mistaken change to src/ngraph/runtime/gpu/CMakeLists.txt
-
- 15 Sep, 2018 1 commit
-
-
Robert Kimball authored
* remove contains_key() * fix logic error
-
- 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
-
- 14 May, 2018 1 commit
-
-
Yixing Lao authored
-
- 10 May, 2018 3 commits
-
-
Yixing Lao authored
-
Yixing Lao authored
* test_control in util
-
Robert Kimball authored
* Add mechanism for disabling specific backend unit tests from a manifest file. Populate the test manifest files for CPU, GPU and INTERPRETER. * update docs for new manifest controlled transformer unit tests
-
- 16 Apr, 2018 1 commit
-
-
Robert Kimball authored
* remove tensor_call from backends * remove obsolete methods
-
- 21 Mar, 2018 1 commit
-
-
Robert Kimball authored
* rename directories to be consistent * rename reference namespace to match directory
-
- 05 Mar, 2018 1 commit
-
-
Robert Kimball authored
* cleanup * cleanup * fix all headers to be standalone as far as includes go * include cleanup * cleanup includes * cleanup * include tester * wip * cleanup * cleanup * cleanup
-
- 08 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 24 Jan, 2018 1 commit
-
-
Scott Cyphers authored
* Remove TupleType, ValueType * Fix compile error.
-
- 30 Dec, 2017 1 commit
-
-
Adam Procter authored
* Definition and type checking for max pool * Implement kernel, integrate into INTERPRETER, add a few unit tests, make function result type mismatch error message more informative (still need to update tests to reflect that) * Temporarily delete unit tests to ease merge * Temporarily delete unit tests to ease merge * Restore deleted unit tests * Fix a broken error message check in the unit tests * Update to handle various TensorViewType-related things going away; add NGVM support * Add codegen case * Change various get_blah_shape methods to return const refs, and while we're here, make a similar change where it should have been done in convolution * Use NDArray for max-pool tests
-
- 13 Dec, 2017 1 commit
-
-
Nick Korovaiko authored
clean-up, formatting fixes cleanup2 clean up 3 tests pass remove printf switching to the old version of TupleType::==
-
- 11 Dec, 2017 1 commit
-
-
Robert Kimball authored
* add support for n-dimensional operations by calling runtime/kernels * rename cpu backend classes and files * add tuple support to INTERPRETER * move ndarray out of runtime to test where it belonged * fix Tuple op per review comment
-
- 06 Nov, 2017 1 commit
-
-
Scott Cyphers authored
-
- 27 Oct, 2017 1 commit
-
-
Scott Cyphers authored
-
- 04 Oct, 2017 1 commit
-
-
Robert Kimball authored
-
- 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.
-
- 10 Sep, 2017 1 commit
-
-
Robert Kimball authored
add test framework stuff wired up benchmark segfault for 5M nodes. fun make traverse_nodes not recursive print timings on benchmark unit test for pass manager
-
- 08 Sep, 2017 1 commit
-
-
Scott Cyphers authored
All tuples are expanded out to their component tensors. Output: Describes one tensor output of an node Input: Described one tensor input to a node, including the output supplying the value.
-
- 05 Sep, 2017 1 commit
-
-
Scott Cyphers authored
-
- 01 Sep, 2017 2 commits
-
-
Scott Cyphers authored
-
Scott Cyphers authored
-
- 30 Aug, 2017 1 commit
-
-
Scott Cyphers authored
Element types needed some reorganization to allow literals to know what kind of values to hold.
-
- 16 Aug, 2017 1 commit
-
-
Robert Kimball authored
-
- 08 Aug, 2017 1 commit
-
-
Robert Kimball authored
-
- 25 Jul, 2017 1 commit
-
-
Robert Kimball authored
-