- 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
-
- 23 May, 2019 1 commit
-
-
Amy Zhuang authored
* Move zero padded conv fusions from CPUFusion to CoreFusion. * Address PR feedback: move unit tests to core_fusion.
-
- 22 May, 2019 1 commit
-
-
Louis Feng authored
* constexpr ctor for EnumMask * added pass properties to core passes. * change fusion type to have better type safety. * refactor to use enum mask. * remove extra code. * added constants for FusionType backward compatibility. * spelling. * grammar fix.
-
- 16 May, 2019 1 commit
-
-
Jayaram Bobba authored
* Supports more cases for Convolution Bias fusion and also removes redundant namespace qualifiers in core_fusion.cpp * added unit test * select all fusions
-
- 15 May, 2019 1 commit
-
-
Louis Feng authored
* constexpr ctor for EnumMask * added pass properties to core passes. * added unit tests. * minor fixes.
-
- 29 Apr, 2019 1 commit
-
-
Jayaram Bobba authored
* Moving GroupConvolution to ngraph fused opset * style fix * remove unused function * IntelGPU backend: Add GroupConvolution operation into main switch
-
- 26 Apr, 2019 1 commit
-
-
Jayaram Bobba authored
Added NGRAPH_JSON_ENABLE to conditionally enable code/features relying on external JSON libraries (#2821)
-
- 16 Apr, 2019 1 commit
-
-
Jayaram Bobba authored
* - Moves some fused convolution ops to core FusedOps - Adds support for decomposing and replacing multi-output FusedOps - Adds query callbacks to FusedOpDecomposition to check if a FusedOp is supported by a backend - Adds core fusion patterns for FusedOps - * style fix * Added comments on FOP_FUSIONS * gpu convolution 1d bug fix (#2741) * Fix bug with dex-only compilation and addressed PR comments
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 13 Dec, 2018 1 commit
-
-
Nick Korovaiko authored
* reshape broadcast * fix warnings
-
- 12 Dec, 2018 1 commit
-
-
gaurides authored
* Skip Broadcast in sigmoid fusion * added test case; modified file perms * incorporate review comments * using is_one() to check the node is constant&1
-
- 11 Dec, 2018 1 commit
-
-
Nick Korovaiko authored
* reshape softmax reshape * add new line * add new line * fix style errors
-
- 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
-
- 02 Jul, 2018 1 commit
-
-
Sandeep authored
* declare sigmoid for core fusion * add simple test for sigmoid * info fusion status * cp op as main op * builds as expected * move sigmoid fusion code * add reference kernel * sigmoid bprop reference kernel and clang-format * add delta to bprop * fprop called * compiles bprop * move tests * serializer support * address comments in code * add doc * naming similar to core ops * fix failing test * fix failing test * address clang issue * more changes * change test macro
-
- 16 Jun, 2018 1 commit
-
-
Nick Korovaiko authored
* optimized strided convolutions * clean up debug messages * format fixes * more tests * even more tests * adapt to resnet-50.v1 * fix format errors; remove changes from diff PRs
-
- 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
-
- 27 Mar, 2018 1 commit
-
-
Nick Korovaiko authored
* move CoreFusion to ngraph/pass * fix incorrect header path
-
- 21 Mar, 2018 1 commit
-
-
Robert Kimball authored
* rename directories to be consistent * rename reference namespace to match directory
-
- 28 Feb, 2018 1 commit
-
-
Robert Kimball authored
* make json lib an external project * add env var to turn warnings to errors
-
- 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
-
- 12 Feb, 2018 1 commit
-
-
Robert Kimball authored
* fix Shape declarations
-
- 08 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 07 Feb, 2018 1 commit
-
-
Yixing Lao authored
* revert to shared argon lib * installs argon headers * -DINSTALLED_HEADERS_PATH=${CMAKE_INSTALL_PREFIX}/include * formatg * remove debug info * revert * revert back to cpp-master
-
- 06 Feb, 2018 1 commit
-
-
Sandeep authored
* test relu fusion for argon backend and enable permutation over max op
-