- 24 Jul, 2019 2 commits
-
-
Robert Kimball authored
Python capsules support for ngraph::Function
-
Tomasz Socha authored
-
- 23 Jul, 2019 7 commits
-
-
Sang Ik Lee authored
* Pad: add pad mode SYMMETRIC * Style. * Disable UT on unsupported backends.
-
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
-
tomdol authored
-
Tomasz Dołbniak authored
-
tomdol authored
-
- 22 Jul, 2019 18 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.
-
tomdol authored
-
tomdol authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Tomasz Dołbniak 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.
-
Tomasz Dołbniak authored
-
tomdol authored
-
tomdol authored
-
- 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 7 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
-