- 20 Aug, 2019 9 commits
-
-
Nishant Patel authored
* Remove QuantizedMaxPool * Remove QuantizedAvgPool * Disable tests for plaidML * Fix CI * Add correct casting for int8 type in reference kernel * Disable tests for GPU
-
Robert Kimball authored
* Normalize BatchNorm test names * unit test renamed so manifest must be updated
-
Adam Procter authored
* Dynamic version of builder::flatten * Remove as_single_output_node (no longer needed) * Temp fix for dyn elimination
-
Adam Procter authored
* Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof * Whoops, forgot to commit the actual .clang-formats * Remove src/ngraph/type/.clang-format (it was having no effect) * Remove src/ngraph/distributed/.clang-format (it was having no effect) * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash) * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash) * Un-relax comment wrapping in src/ngraph/state * Revert "Un-relax comment wrapping in src/ngraph/state" This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727. * Un-relax comment wrapping in src/ngraph/pass * Remove .clang-format
-
Adam Procter authored
* Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof * Whoops, forgot to commit the actual .clang-formats * Remove src/ngraph/type/.clang-format (it was having no effect) * Remove src/ngraph/distributed/.clang-format (it was having no effect) * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash) * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash) * Un-relax comment wrapping in src/ngraph/descriptor * Un-relax comment wrapping in src/ngraph/state * Revert "Un-relax comment wrapping in src/ngraph/state" This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727. * Remove .clang-format
-
Adam Procter authored
* Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof * Whoops, forgot to commit the actual .clang-formats * Remove src/ngraph/type/.clang-format (it was having no effect) * Remove src/ngraph/distributed/.clang-format (it was having no effect) * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash) * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash) * Un-relax comment wrapping in src/ngraph/state * Revert "Un-relax comment wrapping in src/ngraph/state" This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727. * Un-relax comment wrapping in src/ngraph/builder * Remove .clang-format
-
Adam Procter authored
* Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof * Whoops, forgot to commit the actual .clang-formats * Remove src/ngraph/type/.clang-format (it was having no effect) * Remove src/ngraph/distributed/.clang-format (it was having no effect) * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash) * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash) * Un-relax comment wrapping in src/ngraph/state * Revert "Un-relax comment wrapping in src/ngraph/state" This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727. * Un-relax comment wrapping in src/ngraph/pattern * Remove .clang-format
-
Adam Procter authored
* Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof * Whoops, forgot to commit the actual .clang-formats * Remove src/ngraph/type/.clang-format (it was having no effect) * Remove src/ngraph/distributed/.clang-format (it was having no effect) * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash) * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash) * Un-relax comment wrapping in src/ngraph/state * Revert "Un-relax comment wrapping in src/ngraph/state" This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727. * Un-relax comment wrapping in src/ngraph/state * Remove .clang-format
-
Adam Procter authored
-
- 19 Aug, 2019 6 commits
-
-
Mateusz Bencer authored
* Changed name from Normalize to Normalize2 * Changed name from Normalize to Normalize2 in tests * Changed name of normalize source files * Removed across spatial and channel shared params * Removed scale and introduced input axes * Support for axes input was introduced * Added possibility to choose method of bias using * Clang style applied * Code review remarks introduced * Code review remarks introduced * Added python script to generate normalize_l2 test data
-
Adam Procter authored
* Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof * Whoops, forgot to commit the actual .clang-formats * Remove src/ngraph/type/.clang-format (it was having no effect) * Remove src/ngraph/distributed/.clang-format (it was having no effect) * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash) * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash) * Un-relax comment wrapping in src/ngraph/state * Revert "Un-relax comment wrapping in src/ngraph/state" This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727.
-
Nagy Mostafa authored
-
Diego Caballero authored
-
Mateusz Bencer authored
* Changed required image_shape type from u64 to float * Proposal op was adjusted * Clang styles applied * Added missing new line * Fixed problem with narrowing conversion * Code review remarks * Removed checking types of Proposal input params * Removed unused input element type variables
-
Scott Cyphers authored
* Separate dynamic loading from static linking * Missed find_my_pathname
-
- 17 Aug, 2019 3 commits
-
-
Scott Cyphers authored
* Add method to check if an Executable can create tensors * Add a Backend check to see if Executable can create tensors * Update per review comment * style * Possible fix so that backend does not keep holding on to the dummy ng_exec
-
Diego Caballero authored
This PR starts the modular approach that we discussed to enable clang-format on comments so that they are automatically formatted instead of having to do that manually. It only covers the src/contrib directory.
-
Nagy Mostafa authored
* Use f64 APFloat * PR feedback
-
- 16 Aug, 2019 5 commits
-
-
Diego Caballero authored
* [MLIR] Disable support for boolean type in MLIR Ops on boolean types are currently not supported by MLIR Compiler until the proper i1<->i8 type conversion mechanism is in place. * Add example. * Fix typo
-
Leona C authored
-
Nagy Mostafa authored
-
Leona C authored
* Stage README for review pre-release * Latest README graphic * Update links on README
-
Nagy Mostafa authored
* Copy outputs only if the use is outside the sub-graph * Use unordered_set find
-
- 15 Aug, 2019 10 commits
-
-
Scott Cyphers authored
-
Robert Kimball authored
-
Nagy Mostafa authored
* Fix cycle detection during sub-graph construction * small refactor * style-apply
-
Pruthvi authored
* - Add graph pass method for onnx lstmcell rewrite with lstm cpu op - insert reshapes to keep the weights in ldigo format - test case for onnx LstmCell to CPU Lstm * fix typo * - check LSTMCell for the fused op decomposistion in the backend * - fix bug in onnx_lstm graph pass - passes unit test * style-fix * - fix compilation error - use IFCO gate ordering for bias * - Skip LSTMCell to LSTM CPU fusion for peephole * - add comment && remove duplicate function * -use dynamic_pointer_cast to check for constant * - onnx bias will be of shape (2 * gates_count * hidden_size) bias of Wb and Rb are concatenated, we will split the bias, add and rearrange in order IFCO * - Use most derived LSTM ctor for pattern matching * - Style Fix * style fix * Address PR comments * - add support for graph pass (MKLDNN version > 1) for mapping LSTMCell -> LSTM CPU op * fix unit test failure for MKLDNN V1.0
-
Tomasz Socha authored
* [FUSED] Change alpha attribute in Elu from dynamic to static * Fix python API * Fix failing python test * Remove unnecesary test * Fix merge artifact * Review fix I * Review Fix PyAPI
-
Diego Caballero authored
Python rounding is not supported yet in nGraph dialect.
-
Scott Cyphers authored
-
Diego Caballero authored
CPU fusion is disabled in MLIR since fused ops are not supported in nGraph dialect. CPU debug tracer test doesn't expect CompiledKernel ops generated for MLIR.
-
Robert Kimball authored
* Add method to check if an Executable can create tensors * Add a Backend check to see if Executable can create tensors * Update per review comment * style
-
Robert Kimball authored
* update fused_clamp * convert all f64 to f32
-
- 14 Aug, 2019 6 commits
-
-
Diego Caballero authored
* [MLIR] Bump MLIR repo to commit c636f12, 08/09/2019 MLIR Commit: commit c636f127ee412ef7279ec0d550f42740824cd9ea Author: Alex Zinenko <zinenko@google.com> Date: Fri Aug 9 08:59:45 2019 -0700 LLVM dialect and translation: support global strings LLVM Commit: commit c636f127ee412ef7279ec0d550f42740824cd9ea Author: Alex Zinenko <zinenko@google.com> Date: Fri Aug 9 08:59:45 2019 -0700 LLVM dialect and translation: support global strings * [MLIR] Set optimization level for LLVM optimizer and codegen Now both LLVM optimizer and codegen are aligned with "NGRAPH_MLIR_OPT_LEVEL" macro. * [MLIR] Enable LLVM vectorization by initializing TTI This is the final piece to enable LLVM vectorization for MLIR compiler. The PR refactors the creation of a target machine in MLIRCompiler so that we can use it to initialize TargetTransformInfo with the proper host features and LLVM Loop Vectorizer can get the right vector register information of the target CPU.
-
Mateusz Bencer authored
* Axes input was added to LRN * Unit tests for axes shape check were added * LRN node deserialization was updated * Fixed EOF and clang style applied * Changed Constant to Parameter type in unit tests * Fixed LRN assert description * Fixed copy_with_new_args * Clang style applied
-
Robert Kimball authored
-
Robert Kimball authored
-
Scott Cyphers authored
-
Nagy Mostafa authored
-
- 13 Aug, 2019 1 commit
-
-
Robert Kimball authored
* wip * parse working with one test * Add version information query and unit tests for parsing version strings * add more comments * doc strings * style
-