- 24 Jun, 2019 1 commit
-
-
Amy Zhuang authored
* Use node IDs for comparison when sorting in pattern match. * Make args const.
-
- 17 Jun, 2019 1 commit
-
-
Robert Kimball authored
-
- 13 May, 2019 1 commit
-
-
Adam Procter authored
-
- 03 May, 2019 1 commit
-
-
Nick Korovaiko authored
* ngraph core changed * cpu bits + pattern * change perms * revert std::cout to NGRAPH_DEBUG * fix comp errors * fix comment * more comment fixes * Remove callback argument * clean up. * fixed tests. * more fixes for backends. * fixe namespace. * similar fix for recurrent matcher, and improves. * fix build.
-
- 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.
-
- 15 Apr, 2019 1 commit
-
-
Adam Procter authored
* Replace assert and NGRAPH_ASSERT with NGRAPH_CHECK; deprecate old classes * Rename node_validation_assertion_string to something slightly more descriptive * Fix syntax error in GPU BE * Fix some messed-up includes * More comments, more tests * Fix reference to properly include check.hpp (should unbreak codegen) * Add check.hpp include to gpu_util.cpp * Comment updates * Comment update * Oops * PR feedback: better formatting when context info or explanation are missing
-
- 12 Apr, 2019 1 commit
-
-
Adam Procter authored
* Add NodeInput and NodeOutput classes * Deprecate Node::get_inputs, Node::get_outputs, Node::get_output_inputs. Remove Node::get_input_from and Node::get_output_from * Privatize most fields of Node * Make deprecation of descriptor-munching classes optional * Review comments * Adapt ReshapeSinking to use raw pointers for NodeInput * Fix ZDTE (thought I had already done in this branch, weird); style * wip * Change get_node_outputs() and get_node_inputs() to return vectors * Updates after merge * Whoops, forgot to define these functions * {NodeInput,NodeOutput} -> {Input,Output} * Kill shared_ptr in Output * Move Input and Output into node.hpp * Templatize the underlying node (sub)type in Input and Output * Eliminate some get_input_* and get_output_* functions * Change get_outputs and get_inputs back to their original names; rename NGRAPH_DEPRECATE_IO_DESCRIPTORS to NGRAPH_DEPRECATE_OLD_NODE_APIS * Miscellaneous cleanup * More cleanup * Unbreak CPU build * Simplify unit tests * Make Node less friendly * Deprecate more get_output_* and get_input_* functions * A couple of PR comments * Make the deprecation stuff more generally available * Better comment * Be more consistent about [] vs. at
-
- 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
-
- 19 Dec, 2018 1 commit
-
-
Nick Korovaiko authored
* matcher's strict mode * fix clang warnings
-
- 21 Nov, 2018 1 commit
-
-
Nick Korovaiko authored
* any_of matching * include a new file any_of.hpp
-
- 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
-
- 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
-
- 27 Jul, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 06 Jul, 2018 1 commit
-
-
Nick Korovaiko authored
* collect matched nodes * clear m_matched_list * tests * address feedback
-
- 25 May, 2018 1 commit
-
-
Nick Korovaiko authored
* add any op
-
- 04 May, 2018 1 commit
-
-
Nick Korovaiko authored
* rename getters to adhere to ngraph coding guidelines * fix renaminb * fix build errors
-
- 26 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 24 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
* infra for algebraic simplification and simplifications for Add and Multiply (including broadcast consts) * add tests, fix bugs * negative tests, 0*0, 0*1, 0+0 * possible fix for 0*1 * remove stale test * fix merge comp errors * fix comp errors
-
- 23 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
* any -> skip * run style check
-
- 16 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
* get_input_op -> get_argument * more replacing * more replacing2
-
- 13 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 12 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
* add a getter for root node * recurrent graph rewrite * fix perms, rename match_root -> get_match_root * fix comp errors * make match_root return the topmost match; fix tests
-
- 09 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
* repacking recurrent matching as a standalone class * RecurrentMatcher * add a getter for root node * address Scott's feedback
-
- 06 Apr, 2018 1 commit
-
-
Nick Korovaiko authored
* initial support for recurring matching * fix a bug where patterns weren't populated w/ matched nodes; add recurrent tests * add a missing newline * address feedback * fix function comment
-
- 21 Mar, 2018 1 commit
-
-
Robert Kimball authored
* rename directories to be consistent * rename reference namespace to match directory
-
- 20 Mar, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 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
-
- 21 Feb, 2018 1 commit
-
-
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
-
- 20 Feb, 2018 1 commit
-
-
Adam Procter authored
* Add product op * Add Max (max reduce) and Min (min reduce) ops * Refactor arithmetic reduction ops to a common base class * Fix PREFER_EIGEN codepaths in cpu_emitter
-
- 14 Feb, 2018 1 commit
-
-
Pruthvi authored
* fuse dot(a,b) + c cblas_gemm working on mlp rebase & small fixes enable debug output support replacing function's outputs * WIP pattern matching for variance * - Added pattern matcher graph to look up variance(sub graph) in bn - Added test case to verify the variance graph pattern * added batch norm mean pattern matcher. * remove reshapes (cherry picked from commit ecad321fb1b1bc3f7facda229beb940118ca0701) * fixed mean test to use Matcher. * resolve merge conflict in test/pattern.cpp * WIP bn fprop pattern * fprop bn fusion working * - Added unit test case to read the bn serializeed *.json file and run bn fprop fusion pass - Added batchnorm header file and defined the bn class to emit the mkldnn kernel - Added pattern matcher for fprop bn in CPU graph_rewrite pass * WIP MKLDNN fprop bn emitter code * completed fprop batchnorm kernel in CPU emitter * fixed bug in the emitter code for fprop bn * - Fixed copilation issues - unit tests are passing for bn emitter fprop code * Added support to compute fprop bn with mean annd variance as input * resolved compilation issues * refactored bn fprop code * - added batchnorm src file to the CMakeFilelist - moved bn fusion under CPU runtime/pass/cpu_fusion - fixed compilation issue * Resolved compilation issues in bn emitted code * Addded debug statements in fprop bn emitted code * added batchnorm.cpp src file * - Added test case to test fprop batchnorm with known tensor values - fixed bug related to defining weights in fprop bn * - Added test case for fprop batchnorm Op - Added test case for mean and variance pattern matcher - Added fprop bn *.json file with input having 4dmis mb2c3h2w2 - refactored fprop bn op class * Style fix * - Removed Debug symbols * - Fixed header template with correct year - appended mkldnn.hpp in the CPU generated code * Addressed PR review comments - added support for batchnorm op in serializer and de-serializer - added more sanity in bn constructor - renamed "BatchnormFprop" -> BatchNorm * - Addressed PR review comments - replaced auto with speicfic mkldnn::type in emitted bn kernel - modified function signature to take 'eps' as double instead of <Node> type * added missing header files, resolved compilation issue * style fix * Addressed PR comments 1. initilized member variables for bn in the same order as they are defined 2. renamed bn member variables to start with m_* as per coding convention 3. moved bn fusion test to test/cpu_fusion.cpp 4. style fix 5. added more checks to evaluate type and shape of inputs to bn * Added support for EMITDECL macro for batchnorm * - made correction to batchnorm src file name batchnorm -> batch_norm as per coding guidelines - corrected bn copy_with_new_args() method * Removed redundant SqrtOp support in serializer
-
- 12 Feb, 2018 1 commit
-
-
Robert Kimball authored
* fix Shape declarations
-
- 09 Feb, 2018 1 commit
-
-
Adam Procter authored
-
- 08 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 30 Jan, 2018 1 commit
-
-
Nick Korovaiko authored
cblas_gemm working on mlp rebase & small fixes enable debug output support replacing function's outputs productizing CPUFusion addressing Bob and Jayaram's feedback removing json used for simplification tests adding comments fixing formatting errors and removing dead code TODO msg removing serializer changes
-
- 10 Jan, 2018 1 commit
-
-
Nick Korovaiko authored
* the first stab at pattern for sum test refactoring, debug msg clean up, formatting fixes removing v1 and cleaning up v2 + formatting rollback the changes in reduce_ops rename v2 -> sum_pred remove unused funcs switch to new c-tors remove TensorViewType removing an assert fix a docstring to match a c-tor * fixes after rebase
-
- 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
-
- 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
-