- 01 Aug, 2019 4 commits
-
-
Adam Procter authored
-
Adam Procter authored
-
Robert Kimball authored
-
Adam Procter authored
-
- 31 Jul, 2019 9 commits
-
-
Adam Procter authored
-
Adam Procter authored
-
Adam Procter authored
-
Scott Cyphers authored
* Convert CPU ops to new form Remove obsolete sigmoid * Fix export * fix typo * typo
-
Sang Ik Lee authored
-
Robert Kimball authored
-
Adam Procter authored
* Add CF for Gather * Style
-
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
-
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 3 commits
-
-
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
-
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 4 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
-
Robert Kimball authored
-
Robert Kimball authored
-
- 28 Jul, 2019 2 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
- 27 Jul, 2019 2 commits
-
-
Adam Procter authored
* CF for Sum * style
-
Adam Procter authored
* CF for Concat * Switch from Nodes to Inputs/Outputs
-
- 25 Jul, 2019 1 commit
-
-
Adam Procter authored
* Finish moving things into test/backend * Update CODEOWNERS for moved file * Tweak GPU manifest for renamed test
-
- 24 Jul, 2019 1 commit
-
-
nmostafa authored
-
- 23 Jul, 2019 4 commits
-
-
nmostafa authored
-
Sang Ik Lee authored
* Pad: add pad mode SYMMETRIC * Style. * Disable UT on unsupported backends.
-
Adam Procter authored
Restore DEFAULT_FLOAT_TOLERANCE_BITS logic in lrn, sigmoid, softmax. Should allow re-enabling PlaidML tests (#3277)
-
Scott Cyphers authored
-
- 22 Jul, 2019 1 commit
-
-
mbencer authored
-
- 19 Jul, 2019 4 commits
-
-
Adam Procter authored
* Split backend_test.in.cpp * style * Move backend_{graph_comparison,mlir}.in.cpp back * Move backend_mlir.in.cpp into backend/ dir * Disable some tests in PlaidML manifest
-
Mateusz Bencer authored
* ReverseSequence operator introduced * Code review remarks introduced * Added missing EOF * Removed unused whitespaces in onnx_import.in.cpp * Added convert to i32 for sequence_lenghts * Coode review remarks introduced * Disable reverse sequence for plaidml backend * Code style fixed
-
Amy Zhuang authored
-
Scott Cyphers authored
* Better error checking for Argmin/Argmax Argmin and Argmax are not defined if the reduction axis has length 0. * Simplify * Update test/type_prop/index_reduction.cpp Co-Authored-By:
Adam Procter <adam.m.procter@intel.com> * Update test/type_prop/index_reduction.cpp Co-Authored-By:
Adam Procter <adam.m.procter@intel.com>
-
- 18 Jul, 2019 1 commit
-
-
Scott Cyphers authored
-
- 16 Jul, 2019 4 commits
-
-
Mohammad Mahbubuzzaman authored
* Fixes pprovenance issue for replace_node() when new nodes are added by the replacement. * Updates unit test comment and adds one more.
-
Adam Rogowiec authored
* Helper function converting ONNX auto_pad into nGraph PadType. Separate auto_pad support from explicitly provided paddings. * Add support for more PadType values for GroupConvolutionTranspose. * Pass auto_pad attribute value to nGraph operator. * Helper class for generating ONNX pooling operators. * Pass auto pad type to nGraph Convolution operator. * Use pooling factory. * Helper function calculating pads taking into account auto_pad attribute. * Fix attribute type in UT ONNX models. * Take auto_pad attribute value into account. * Rename helper function and update doc. * Retain old API for GroupConvoloutionTranspose * Remove PadType::INVALID and use other approach to validate auto_pad value. * Style apply. * Fix clang err on documentation style. * Refactor get_auto_pad method. * Fix segfaults on CentOS 7. When using const reference the node member m_attributes had invalid data.
-
Adam Rogowiec authored
* Fix used operator for reversing input sequences in LSTM. * Fix backward pass for bidirectional LSTM. * UT for LSTM with sequence_lens shorter than input sequence size. * Skip LSTM UT using ReverseSequence since it is not supported yet on PlaidML.
-
Scott Cyphers authored
* Maintain control_deps in replace_node Add helpers for mainting control_deps in other ways Fix compiler warning about shadowing a local * Clone control dependencies * Export symbol for Windows * Callers of copy_with_new_args * Need copy * Need shared pointer * GOE needed * goe * goe * Need pointer * Review comments
-