- 21 Aug, 2019 10 commits
-
-
Adam Procter authored
* New clang-format rules for src/ngraph/op/util * Restore root .clang-format * Remove redundant .clang-formats * Revert "Remove redundant .clang-formats" This reverts commit e158df1e507570b55348ce326fd7e8b4ae819f36. * Remove redundant .clang-formats
-
Nishant Patel authored
-
Nishant Patel authored
-
Sang Ik Lee authored
* mkl-dnn: patch update 0.20.2 * mkl-dnn: Update version patch. * mkl-dnn: full version naming has changed.
-
Adam Procter authored
-
Robert Kimball authored
* add virtual method to get version number from Backend * style * semicolon
-
Robert Kimball authored
Leona/doc v0.25.1
-
Scott Cyphers authored
-
Adam Procter authored
* Enable new clang-format comment rules for src/ngraph/runtime/{dynamic,generic_cpu,gpuh,interpreter,nop} * Update clang-format comment rules for GPU BE * Update clang-format comment rules for src/ngraph/runtime/plaidml * Update clang-format comment rules for src/ngraph/runtime/intelgpu * Fix a couple of demangles I missed
-
Leona C authored
-
- 20 Aug, 2019 20 commits
-
-
Adam Procter authored
-
Nishant Patel authored
* First pass, remove QDot as experimental op, add it as core op, test case failing * Change QuantizedMatmul API * Tests for QuantizedDot passing, cleanup required * Move test cases to backend_test.in.cpp * Change reference dot API to take scale and zero point * Onnx matmul integer tests passing * Add validate_and_infer_types() * Add more checks for QDot * Add type prop tests * Add interpreter support * Add serializer support * Disable tests in other backends * Fix test and add codegen support * Make axes optional argument * Change fusion pattern * Copyright * merge changes * more merge changes * Fix more merge conflicts * change builders to reflect new changes * cleanup * Add reduction_axes to the API * Fix onnx test cases * Remove debug comments * Fix CI * disable plaidml tests * Remove comment
-
Adam Procter authored
-
Adam Procter authored
* Opt /doc/examples into the new comment-wrapping rules * Typo * Update rst line number refs
-
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
-
Leona C authored
-
Adam Procter authored
* Dynamic version of builder::flatten * Remove as_single_output_node (no longer needed) * Temp fix for dyn elimination
-
Leona C authored
-
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
-
Leona C authored
-
Leona C authored
-
Leona C authored
-
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
-
Leona C authored
-
Leona C authored
-
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 1 commit
-
-
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
-