- 23 Jul, 2019 3 commits
-
-
Sang Ik Lee authored
* Make required numpy version explicit. * Read setup requirements from requirements.txt
-
Adam Procter authored
Restore DEFAULT_FLOAT_TOLERANCE_BITS logic in lrn, sigmoid, softmax. Should allow re-enabling PlaidML tests (#3277)
-
Rob Earhart authored
* Added rpath setting for PlaidML backend * Fix colons * Separate build and install rpath * Explicitly set target properties
-
- 22 Jul, 2019 12 commits
-
-
Diego Caballero authored
-
Scott Cyphers authored
Cyphers/s barannikov
-
Scott Cyphers authored
-
Adam Rogowiec authored
* Update documentation for utility test functions. * Remove unnecesary code and update comment.
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Ewa Tusień authored
* Added elu operator to Python API. * Added missing file. * Specified elu function description. * Expand docstring * [Py] Added test with scalar for elu operator. * Bugfix * [Py] Changed input type in elu test. * Update test_ops_binary.py * [Py] Syntax bugfix. * [Py] Added elu operator to list in documentation.
-
- 20 Jul, 2019 6 commits
-
-
Sergei Barannikov authored
* Qualify `is_commutative` method with `const` * Override it for `Equal`, `Minumum`, `NotEqual` ops * Ensure that all overrides of the method are `public`
-
Sergei Barannikov authored
-
Sergei Barannikov authored
-
Sergei Barannikov authored
Other operations which have already been converted to new op form accept `Output<Node>`` by const reference. `BatchNorm*` ops were an exception.
-
Sergei Barannikov authored
-
gaurides authored
* Fix perf regression in vgg16 * Make switch generic * Remove unused variables * Review comments * Remove unused function parameters * trivial commit to restart CI
-
- 19 Jul, 2019 13 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
-
Sang Ik Lee authored
-
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
-
Adam Procter authored
* Workaround to allow BEs to disable revalidation in pass manager * No no no, your _other_ `false`.
-
aslepko authored
* Update jenkins-trigger.groovy * Update jenkins-trigger.groovy * Update jenkins-trigger.groovy * Update jenkins-trigger.groovy * Update jenkins-trigger.groovy
-
Jianying Lang authored
* Print provenance_tag name for allreduce op * Fix a bug * remove friendly_name print out * Fix * More debug * More bugs * Bug * More meaningful outputs * Better output * c_str() * Print friendly_name or provenance_tags * Print provenance_tags when available * Add comments * style
-
Amy Zhuang authored
-
Sang Ik Lee authored
-
Robert Kimball authored
-
gaurides authored
* Codegen support for Dropout * Different implementation
-
Leona C authored
* Update ngtf bridge doc for generic versioning * Many improvements, including previous group-based edits - New section for docs on extra-experimental project-based features - Team-based edits from PR 2994 added - Reorganize GSG sections to be cleaner for getting started - Fix link style warning generated by broadcast.hpp * Update README with correct ngraph-bridge link on tf repo * Fix comment so warning not generated on broadcasting op * Add latest doc changes to ReleaseNotes * Fix wording suggestion on PR review * Update HE Transformer experimental backend
-
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>
-
Robert Kimball authored
Add fixes to broken link found by linkchecker
-
- 18 Jul, 2019 6 commits
-
-
Scott Cyphers authored
-
Adam Procter authored
* WIP * All but two unit tests passing * Explanatory comment * Cleanup * A bit of cleanup stemming from review comments * Rewrite to use LoopNestBuilder * Remove unnecessary check from CompiledKernel * Removed some dead-ish code I missed * Switch to camelCase in lowerer.cpp * Fix assignment of resIndexHandles that was triggering an assert * Add in some safety checks * dyn_cast -> cast
-
Leona C authored
-
Leona C authored
-
Leona C authored
-
Scott Cyphers authored
-