- 26 Jun, 2019 14 commits
-
-
fenglei authored
-
fenglei authored
-
fenglei authored
-
fenglei authored
-
fenglei authored
-
Fenglei Tian authored
-
tsocha authored
* [ONNX] Add eyelike operator * Use shifted square identity in square identity * Make new helper function to map onnx_types<->ngraph_types * Add fp16 support to ngraph Python API * Move helper common.hpp => common.cpp * Add checker for attribute presence * Style check * Add definition of shifted word * Change return value of attribute presence !(==) -> != * Rename is_attribute_present => has_attribute * Clean-up headers in eyelike.cpp * Organize headers in common.*pp * Minor review fixes * Style check * Add test for EyeLike with negative k
-
Fenglei Tian authored
-
fenglei authored
-
fenglei authored
-
fenglei authored
-
Amy Zhuang authored
* Disable caching when node has state. * Address PR feedback: move has_state to Node. * Address PR feedback. * Fix style error.
-
Fenglei Tian authored
-
Scott Cyphers authored
* More serialization preparation for iteration ops * const arg * const json& leads to memory issues
-
- 25 Jun, 2019 11 commits
-
-
Adam Rogowiec authored
* Run fused op decomposition recursively until no more fused ops. * Update callback member name.
-
Fenglei Tian authored
-
fenglei authored
-
Robert Kimball authored
-
fenglei authored
-
Fenglei Tian authored
-
Scott Cyphers authored
* Eliminate wrapped enum Switch allreduce to new op form * review comments * review comments * typo
-
Jayaram Bobba authored
-
Scott Cyphers authored
-
Ransford Hyman Jr authored
* Add provenance tag support * Added support to clone the provenance tags to the clone nodes * Style fix * Addressed comments * Guarded the provenance code properly * Added missing header file * style
-
fenglei authored
-
- 24 Jun, 2019 9 commits
-
-
Scott Cyphers authored
-
fenglei authored
-
Robert Kimball authored
* initial implementation of backend config * check on backend that does not support config
-
Amy Zhuang authored
* Use node IDs for comparison when sorting in pattern match. * Make args const.
-
fenglei authored
-
Tomasz Dołbniak authored
-
fenglei authored
-
fenglei authored
-
fenglei authored
-
- 21 Jun, 2019 6 commits
-
-
tsocha authored
* [ONNX] Add support for onnx MeanVarianceNormalization op * Fix docstring * Delete commented code * Add support for legacy onnx MVN version * Fix a typo in attribute name * Fix for legacy onnx MVN * Add a header for int64_t
-
gaurides authored
-
Adam Procter authored
* Add 'Range' op with type prop tests (no DynElimination yet) * Implement DynElimination for Range * Add bailouts for GPU and INTELGPU backends * Add some execution tests * Add missing include for GPU * Add /bigobj flag for MSVS on unit-test
-
Leona C authored
* WIP more guides and tutorials for the docs * Update Guides and structure * Update Guides and structure + Test documentation build on Clear Linux OS; + Fix a few links and redirs. + Note rc-naming conventions in doc may be tag-generalized. * documentation supports various rc-naming conventions * Add instructions on building nGraph bridge from src * Update ngtf bridge versions to 0.14.1 and TensorFlow's bazel dependency to 0.24.1 * Use consistent file naming on all BE indexes * Fix comma * Templatize versioning for releases starting 0.20 and add placeholders for changes by components * Remove typo * Minor formatting fixed * Document how to find or display built version of nGraph * Start a r0.21 for doc that also fixes broken link and typo * Correct use of console command context for version check * Minor fixes to doc-contributor-README * Docs for version 0.21 * Ensure docs build without error * Assign ownership project README and intro for new ngraph.ai site to Straw * Note deprecated Tensor API in doc * Update to generic versioning on core doc for importing via built wheels * Resolve merge conflicts leftover from v20 version request changes * remove typo and suggested use of prebuilt LLVM since newer OSes do not have them available * Update to latest * Update with review from PR and ngraph bridge team * Update right section with review from PR and ngraph bridge team * Ensure doc example folders have owners from the component * Push edit of tensorflow_connect to v0.22 docs * Update Python wheel building instructions to newer version
-
Jayaram Bobba authored
* Added mode attributes to DynPad and TopK * Rename sort_type to sort * Throw error in pad reference implementation for symmetric mode
-
fenglei authored
-