- 01 Aug, 2019 15 commits
-
-
Scott Cyphers authored
[Py] Added gelu operator to Python API.
-
Scott Cyphers authored
-
Scott Cyphers authored
[ONNX] Update ONNX version to 1.5.0
-
Scott Cyphers authored
-
Scott Cyphers authored
Transformers don't need to export symbols.
-
Scott Cyphers authored
-
Scott Cyphers authored
Convert op/experimental to type_name descriptions
-
Robert Kimball authored
-
Ewa21 authored
-
Ewa Tusień authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Switch core ops to type_name description.
-
Scott Cyphers authored
-
Adam Procter authored
-
Diego Caballero authored
-
- 31 Jul, 2019 15 commits
-
-
Adam Procter authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
* Convert CPU ops to new form Remove obsolete sigmoid * Fix export * fix typo * typo
-
Robert Kimball authored
[Py] Added clamp operator to Python API
-
Michał Karzyński authored
-
Ewa Tusień authored
-
Scott Cyphers authored
* Convert PlaidML ops to new form * style
-
Adam Procter authored
* Add CF for Gather * Style
-
Scott Cyphers authored
-
Adam Procter authored
* Move SlicePlan out of DynElimination, for reuse in ConstantFolding * Add CF support for Slice * Add CF for DynSlice * Add <algorithm> to slice_plan.cpp, to make Windows happy
-
Leona C authored
-
Adam Procter authored
* Update Reshape CF to support all ETs * Add CF for DynReshape * Add CF for Transpose * Add #include <numeric>, for std::iota * style, oops
-
- 30 Jul, 2019 8 commits
-
-
Sang Ik Lee authored
-
Scott Cyphers authored
* Add Output support for a number of builders * ../src/ngraph/builder/autobroadcast.cpp * Remove some _values * Simplify * Simplify, add some more ops/builders * ONNX failures * Some GetOutputElement changes to help with Output<Node> * Convert some ops to use Output<Node> inputs * Review comments * Some more changes of nodes to outputs * Chane names for OutputVector helpers to avoid API change * Cleanup
-
Scott Cyphers authored
* Some more changes of nodes to outputs * Chane names for OutputVector helpers to avoid API change
-
Diego Caballero authored
* [MLIR] Bump MLIR repo to commit 59167c2, 07/25/2019. MLIR commit: Author: River Riddle <riverriddle@google.com> Date: Wed Jul 24 16:41:11 2019 -0700 NFC: Use ValueOfRange instead of T in Diagnostic::appendRange. For iterator_range, T is often the name of another iterator type and not the the value of the range. LLVM commit: Author: Marshall Clow <mclow.lists@gmail.com> Date: Thu Jul 25 03:26:05 2019 +0000 Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday. Add accessors 'c_encoding' and 'iso_encoding' to provide different interpretations of the weekday. Remove 'operator unsigned' * style * Move MLIR/LLVM repos a bit more forward
-
Adam Procter authored
* CF for Sign, and extend element type capabilities for unary arithop CF * CF for Ceiling and Floor * Update CPU CF builders * Update CPU CF builders * CF for Not * Add tests for new CPU CF folders * Add tests for recently added CPU CF functors * Add tests for non-CPU ceiling/floor CF * Unit tests * Add test for CPU folder
-
Ewa Tusień authored
-
Adam Procter authored
* CF for Sign, and extend element type capabilities for unary arithop CF * CF for Ceiling and Floor * Update CPU CF builders * Update CPU CF builders * Add tests for new CPU CF folders * Add tests for recently added CPU CF functors * Add tests for non-CPU ceiling/floor CF * Unit tests
-
Adam Procter authored
* Add tests for new CPU CF folders * Add tests for recently added CPU CF functors
-
- 29 Jul, 2019 2 commits
-
-
Adam Procter authored
* CF for And and Or * CF support for comparison ops * Fix predicate for binary elementwise; add unit tests for non-arithmetic binops * Update CPU CF builders
-
Robert Kimball authored
* Make validation a pass and add it after every pass by default * cleanup * update per review comments * Switch plaid to new API for disabling pass validation * address review comment
-