- 13 Jul, 2019 1 commit
-
-
Scott Cyphers authored
* Stabilize node sorting and fix some bugs. * Review comments * Fix broken tests * Implement traverse nodes with pointers * Let sort gather nodes for get_ordered_ops * Use stacks for stacks * Keep control deps ordered * Optimize subgraph sort * Add unordered map over function ops * Don't recheck children * Use vectors in stacks, avoid std::list::size()
-
- 11 Jun, 2019 1 commit
-
-
Michał Karzyński authored
* Test messages improvements * Add comment * and remove conversion from floating point contexts
-
- 08 Jun, 2019 1 commit
-
-
Robert Kimball authored
* Change serializer disable so that it is enabled by default if you do nothing * fix serializer disable * fix disabled build
-
- 05 Jun, 2019 1 commit
-
-
Robert Kimball authored
* remove tensor offset from tensor read/write calls because it was never used * fix build errors * fix build errors * fix python test errors * more python fixes * revert change * Make old version of read/write deprecated * fix python read overload * one more try to fix python binding * fix python * yet another try * why is this so hard * fix? * add text to changes.md
-
- 11 May, 2019 1 commit
-
-
Tomasz Dołbniak authored
* Dump the expected and actual values for NgraphTestCase * Adapt to changes in master * Some docs and API unification
-
- 10 May, 2019 1 commit
-
-
Adam Procter authored
* Add create_dynamic_tensor function to Backend signature * Add skeleton of dynamic wrapper class * Simple test for construction * Some progress on dynamic tensor creation * Compile dynamic wrapper into core; change config string to a factory option * Add wrapped executable, working on simple example * Add wrapped dynamic tensor * Update to match new tensor API * Update wrapper to clone the graph; basic dyn test now passes * Update call_with_validate to grok dynamic * Make the unit tests a little prettier * Make get_element_type virtual * Change dynamic tests to be backend-parametric; fix get_element_type check for dyn tensors * Add dynamic.in.cpp * CODEOWNERS entry for dynamic_wrapper * Remove overly-accommodating behavior for create_dynamic_tensor on non-dynamic BEs * Pass enable_performance_collection to wrapped compile() calls * More comments in the 'abc' test * Fix 'create' wrapper in pybind11 * Remove unnecessary WrappedStaticTensor class * Better names for the classes, and add some docstrings * Fix pybind for 'create' to return shared_ptr now
-
- 26 Apr, 2019 1 commit
-
-
Jayaram Bobba authored
Added NGRAPH_JSON_ENABLE to conditionally enable code/features relying on external JSON libraries (#2821)
-
- 05 Apr, 2019 1 commit
-
-
Michał Karzyński authored
* [ONNX] Unit tests for QuantizeLinear * Fix some syntax issues * get tests passing * adding prototxt files with correct names * disable new tests in the GPU * cleanup * style
-
- 22 Feb, 2019 1 commit
-
-
Robert Kimball authored
* use calls for new backend API in unit tests * fix compile error * fix compile error
-
- 20 Feb, 2019 1 commit
-
-
Adam Rogowiec authored
* Utility function for reading binary file content. * Style apply. * Review. Add sanity check on file size. * Style-apply.:
-
- 29 Jan, 2019 1 commit
-
-
tsocha authored
-
- 18 Jan, 2019 1 commit
-
-
Louis Feng authored
* batch dot bprop WIP. * WIP. * testing. * clean up debug code. * comments and var name change. * clean up. * format style, batch dot differentiable pass. * removed debug output. * added unit test to autodiff, refactored make_function -> make_function_from_file. * fixed build warning. * fixed gpu build error. * clang format fix. * all test_tools.cpp to find SERIALIZED_ZOO * remove cmake redef. * fix unused macro. * making test cpu only. * testing build var * macro test * verbose makefile test * style fix * verbose make * test/util needs test/models. * removed debug output. * refactor fusion type. * refactor fusion type.
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 21 Dec, 2018 1 commit
-
-
gcwenger authored
* Graph comparison testing quiet unless problem is detected. * Fixed file formatting * Renamed ss => msg
-
- 07 Dec, 2018 1 commit
-
-
Robert Kimball authored
* change compile call to return Handle * make CPU require compile() before call() * fix unit tests to call compile() before call() * fix failing ops * update unit test * revert some changes * more fixups * more diff cleanup * a few more issues addressed * more fixes * update API * more updates * fix test_ops.py * fix * another attempt to fix * fix unit test * fix test error
-
- 10 Nov, 2018 1 commit
-
-
gcwenger authored
* Heterogenous sub-graph comparison testing * Print index for float differences * Disabled compare_backends_with_graphs on most backends for now. Moved to new file. Added testing of unsigned values. * Fixed element::boolean range. Added missing include. * Switched use of shared_ptr as parm to raw *. Moved to using namespace std in cpp. Fixed comment marker in unit_test.manifest files. Switched some EXPECT_EQ TO ASSERT_EQ. Fixed parameterized test disabling. * Frozen naming -> serialized. Removed extraneous comments. * Graph comparison unit test relies on CPU for reference, so only build when CPU is built. * Reworked per backend disabling of compare_backends_with_graphs
-
- 29 Sep, 2018 1 commit
-
-
Robert Kimball authored
* rename files * rename runtime TensorView to Tensor * rename HostTensorView to HostTensor
-
- 14 Sep, 2018 1 commit
-
-
Scott Cyphers authored
* Remove "view" Simplify layout * Fix merge error * fix build error * PR1602. IntelGPU backend. Compilation fixed.
-
- 12 Sep, 2018 1 commit
-
-
tsocha authored
* [ONNX] Shape operator * Review fix pt. 1 * Style check
-
- 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
-
- 24 Aug, 2018 1 commit
-
-
Michał Karzyński authored
-
- 13 Aug, 2018 1 commit
-
-
Robert Kimball authored
* enable parameter validation for all unit tests
-
- 06 Jun, 2018 1 commit
-
-
Nishant Patel authored
* Support 3-D pool with mkldnn * Move execute() to test_tools.hpp
-
- 02 Jun, 2018 1 commit
-
-
Yixing Lao authored
-
- 10 May, 2018 1 commit
-
-
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
-
- 30 Mar, 2018 1 commit
-
-
Nick Korovaiko authored
* initial refactoring using PM * unit test pass * cosmetic changes * add another rnn test * address louis' feedback * lower-case labels
-
- 11 Mar, 2018 1 commit
-
-
Robert Kimball authored
-
- 26 Feb, 2018 1 commit
-
-
Yixing Lao authored
* initial support for hybrid transformer * add broadcast_vector_rowwise_reversed for hybrid test * headerc * get function placement fix * conv ref test generator graph node in labmda fuction * rename map_parameter_to_source_node * type change map_parameter_to_source_node * use interpreter for numerical derivative * better comments
-
- 21 Feb, 2018 2 commits
-
-
Sandeep authored
* relu for interpreter * relu in serializer * core fusion * relu backprop * relu backprop and test interpreter * core fusion for CPU * COREFusion -> CoreFusion * relu MKL dnn
-
fenglei.tian authored
-
- 20 Feb, 2018 1 commit
-
-
Ashok Emani authored
-
- 15 Feb, 2018 2 commits
-
-
Ashok Emani authored
-
Ashok Emani authored
-
- 14 Feb, 2018 1 commit
-
-
fenglei.tian authored
-
- 09 Feb, 2018 1 commit
-
-
Adam Procter authored
-
- 08 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 05 Feb, 2018 1 commit
-
-
Nick Korovaiko authored
inline Inliner pass + tests debugging fix inliner failures due to the fact a random function is picked as an outermost one copyright headers
-
- 02 Feb, 2018 1 commit
-
-
Jaikrishnan Menon authored
-
- 31 Jan, 2018 1 commit
-
-
Jaikrishnan Menon authored
-
- 20 Jan, 2018 1 commit
-
-
Robert Kimball authored
* wip * wip * remove get_vector from runtime::TensorView class as it was for unit test only * cleanup * move writting vector to runtime::TensorView to the unit test dir * merge fix * PR review change * update from PR comment * update changes file
-