- 20 Aug, 2019 5 commits
-
-
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
-
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
-
- 19 Aug, 2019 1 commit
-
-
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
-
- 15 Aug, 2019 3 commits
-
-
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
-
Scott Cyphers authored
-
Robert Kimball authored
* update fused_clamp * convert all f64 to f32
-
- 13 Aug, 2019 1 commit
-
-
Dina Suehiro Jones authored
* Update cpu backend to support i32 with topk * Add topk i32 unit test * Minor fix in unit-test * disable test for plaidml
-
- 09 Aug, 2019 2 commits
-
-
Nishant Patel authored
* Add negative op * Add test case * Address feedback * Merge master * Consolidate to one routine for unary ops * Change from Negative to Neg
-
Adam Procter authored
* Fix sum reference to handle corner cases with +-inf * Review comments, and try to make Windows happy * Update GPU unit_test.manifest * More template grindery, to make macOS happy
-
- 07 Aug, 2019 3 commits
-
-
Denise Kutnick authored
* adding group convolution implementation for plaidml * update CMakeLists.txt to include new group convolution files * adding new ngraph unit tests for grouped convolutions * adding group conv unit test back in for plaidml backend * specify group convolution support in plaidml * add denise as codeowner for plaidml runtime dir * remove commented-out lines of unit test manifest * style changes * resolve all discussions in PR * skip data dilation unit test on cpu backend
-
Denise Kutnick authored
* adding group convolution implementation for plaidml * update CMakeLists.txt to include new group convolution files * adding new ngraph unit tests for grouped convolutions * adding group conv unit test back in for plaidml backend * specify group convolution support in plaidml * add denise as codeowner for plaidml runtime dir * remove commented-out lines of unit test manifest * style changes * resolve all discussions in PR * skip data dilation unit test on cpu backend
-
Mateusz Bencer authored
-
- 06 Aug, 2019 1 commit
-
-
Robert Kimball authored
* Unit tests to individual files * rename obsolete file
-
- 01 Aug, 2019 1 commit
-
-
Adam Procter authored
-
- 31 Jul, 2019 2 commits
-
-
Sang Ik Lee authored
-
Robert Kimball authored
-
- 29 Jul, 2019 3 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
- 28 Jul, 2019 2 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
- 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 3 commits
-
-
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
-
- 19 Jul, 2019 1 commit
-
-
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
-