- 14 Jun, 2019 1 commit
-
-
Robert Kimball authored
* Copy friendly name when copying node * add unit test * style
-
- 03 Jun, 2019 1 commit
-
-
Scott Cyphers authored
* Support for no-arg op construction * Add a-ops. * Two const init variations to try to solve windows link error * Try export for windows * Create outputs as needed, test * Remove attribute helpers * another windows try * windows * windows * Partial node cleanup * Review comments Node destruction that doesn't blow out the stack on deep graphs * Review comments * Update src/ngraph/node.hpp Co-Authored-By: Adam Procter <adam.m.procter@intel.com> * Have huge test check that nodes were deleted * Switch constructors to use Output instead of Node * Review comments * Add some comments
-
- 22 May, 2019 1 commit
-
-
Adam Procter authored
* Virtualize some things that crash when layout descriptor is missing * More shape specialization * (very bare) skeleton for dyn elimination * Miscellaneous * Lift i32->int64-only restriction on constant folding for Convert * Add constant folding for ShapeOf, and some tests for new constant folders * Tests for DynElimination * Rename specialize_shapes to specialize_function, and add a unit test for value substitution * Roll back overeager API change in dyn slice bprop (it has to handle right-indexed axes; bummer) * Add a test for dynamic usage of transpose op * Fix warning/error about variable shadowing * Strengthen checks in apply_permutation * Propagate Constant shapes through Transpose * Add CHANGE_DYNAMIC_STATE where appropriate * PR feedback, and fix unit test failure * Fix PR reference in comment * PR comments * Comments for helper funcs * Remove unique_ptr indirection for the AlignedBuffers * Fix incorrect indexing of AlignedBuffer vector (whoops\!) * Remove unnecessary CHANGE_DYAMIC_STATEs * De-update pass property unit test for const folding * Replace mystery runes with all_pass_property_off
-
- 29 Apr, 2019 1 commit
-
-
Scott Cyphers authored
-
- 23 Apr, 2019 1 commit
-
-
Robert Kimball authored
* Add ConstantToBroadcast pass * address review comment * fix merge error
-
- 19 Apr, 2019 1 commit
-
-
Louis Feng authored
* Added EnumMask. * added unit tests for EnumMask. * fix. * forgot to save file. * add pass property to matcher. * Clean up and made interface more restrictive, easier to use. * addressed PR feedbacks.
-
- 17 Jan, 2019 1 commit
-
-
Adam Procter authored
* Retire Reduce, ReduceWindow, SelectAndScatter * Remove lingering AnyAllReplacement code * Remove apparently-now-unused macro * Remove lingering op/reduce.hpp includes * Remove FunctionCall * Update Python stuff to remove FunctionCall, Reduce * Add Any/All tests to GPU manifest * Remove deleted .hpp #include from gpu_compiled_function.cpp * Restore reduce_function.cpp since that is where the All/Any implementations ended up residing * Add reduce_function.cpp back into CMakeLists.txt * Remove #include of deleted reduce.hpp * Re-remove AnyAllReplacement from GPU passes * Remove deleted #includes from gpu_internal_function.cpp * Remove git conflict stuff (whoops) * Add newline at EOF, per review comment * Address flake8 complaint about unused import
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 18 Dec, 2018 1 commit
-
-
Robert Kimball authored
-
- 11 Dec, 2018 1 commit
-
-
Robert Kimball authored
* files pulled from bob/winbuild * fix compile problems * fix a few windows build errors * add windows file to exclude from git * add comment why change was made * revert obsolete change * more cleanup * building interpreter and unit test on windows with DLLs * Add flag for windows to export all symbols. Short term fix. * enable MD build * address warnings * dump all windows build results to a single directory * fix windows backend dll open issue * remove debug * fix file iterator for windows * fix merge error * fix test failure * change header from h to hpp in hopes of making python happy * address more linux build issues * fix visibility enable
-
- 21 Nov, 2018 1 commit
-
-
Pruthvi authored
* - check if the nodes is reachable before returning the users of a node * address PR comments * test case fixes
-
- 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
-
- 13 Oct, 2018 1 commit
-
-
Robert Kimball authored
-
- 14 Sep, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 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
-
- 27 Aug, 2018 1 commit
-
-
Robert Kimball authored
* normalize comments * address review comments
-
- 07 Aug, 2018 1 commit
-
-
Matthew Brookhart authored
* reduce fprop cache outputs * refactor traverse nodes * Slight refactor, add test, adress PR comments * fix formatting
-
- 13 Jul, 2018 1 commit
-
-
Nick Korovaiko authored
* get_subgraph_outputs * simplify the condition
-
- 04 Jun, 2018 1 commit
-
-
Robert Kimball authored
* Update cmake files to more modern approach * disable building libraries that are not required * handle more build cases * add versions to backend libs. add start of package target. * add create_backend to backends * temporary workaround to tbb not linking correctly with gcc * install codegen lib * force tbb to link to the cpu backend so that it is available for codegen * fix clang build error * fix warning for codegen build * update cuda header paths * change error message for opening backend shared library * set lib path
-
- 13 Apr, 2018 1 commit
-
-
Robert Kimball authored
* remove deprecated * remove all legacy Backend API usage remove deprecated files * pull in changes from master * fix GPU calls * disable tests in convolution generator * update per PR comments. Enable performance counter feature. * update per PR comments * fix build error * fix conditionally compiled test :(
-
- 09 Apr, 2018 1 commit
-
-
Robert Kimball authored
* force backend compile() to make a copy of the graph fix copy_with_new_args on ops that have function pointers internal update unit test for new backend API add unit test for multiple simulataneous backends * move get_subdevices virtual method to Manager class * update GPU to latest * update call methods * add remove_compiled_function()
-
- 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
-
- 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
-
- 09 Feb, 2018 1 commit
-
-
Louis Feng authored
-
- 08 Feb, 2018 2 commits
-
-
Jennifer Myers authored
-
Robert Kimball authored
-
- 03 Feb, 2018 1 commit
-
-
Robert Kimball authored
fix clone of function with multiple outputs
-
- 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
-
- 30 Dec, 2017 1 commit
-
-
varun-intel authored
* recreate ops * style * recompute ops * style * fix * recreate ops * style * recompute ops * style * fix * some * more * style * remove a line * const * style * NodeMap was using non-standard operator[] behavior. * Missing include
-
- 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
-
- 28 Dec, 2017 1 commit
-
-
Matthew Brookhart authored
* in progress * working cache_fprop, no tests * style fix * all inputs to bprop (except adjoints) are cached from fprop * fix typos, make sure to check count == 0 * fix code format
-
- 21 Dec, 2017 2 commits
-
-
Robert Kimball authored
* remove ngvm * remove NGVM from cmake
-
Robert Kimball authored
* remove ParameterizedConstant * use simpler element Type definition * Move TraitedType to NGVM directory
-
- 19 Dec, 2017 1 commit
-
-
Robert Kimball authored
* used something other than aligned_alloc for mac * Fix compile error for aligned_free on Mac
-
- 13 Dec, 2017 1 commit
-
-
adstraw authored
topological sort pass to call the utility function clone util to be used by frameworks e.g. for fprop cache
-
- 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
-
- 30 Nov, 2017 1 commit
-
-
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
-
- 25 Nov, 2017 1 commit
-
-
Robert Kimball authored
* ParameterizedTensorView and ElementType cleanup * change element to_type() to from()
-
- 20 Nov, 2017 1 commit
-
-
Robert Kimball authored
* wip * remove ndarray dependency from ParameterizedTensorView * get rid of operator= on ParameterizedTensorView * remove unimplemented ctor * remove get_parameterized_tensor_view from TensorView class * cleanup * the patient will get worse before getting better. remove ParameterizedTensorView from element type * cleanup obsolete includes * remove unused file * move aligned_buffer and cleanup * cleanup * wip * wip * wip * cleanup * cleanup * wip * finally got rid of getting a non-const vector from PTV * wips * wip * remove unused * fix PR comments
-