forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/cpu eltwise node dynamic #8
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Min, Byungil <[email protected]>
* update markdown file for logical or operator * update information on broadcasting in logical operators spec * change *T* to *T_BOOL* * add information about input shape * remove divergence between logical_or and logical_and specs
* Enabled naming style check for FEM, ONNX FE * Used custom version of ncc * Added self-check * Removed submdoule * Moved to public ncc
…oolkit#6739) * Fixes in the transformation ExpandRangeConstant. * Fixed test. * Now we use use ShapeOf for both inputs of Broadcast. * Now the transformation ExpandRangeConstant uses two Gather layers. * Deletec commented code. * Fixed tests for the transformation ExpandRangeConstant. * Rewritten the transformation ExpandRangeConstant using Select.
…t#6949) * Hot fix * Add unit test
…6867) * add tests for logical or op * remove redundant overrides * add inputs/outputs tensor check * create type_prop typed test for logical ops * add new line in logical_or.cpp file * refactor logical_and type_prop test * update test labels * beautify or.hpp file * fix formatting to match clang-format * beautifyfunctional test files * move validate_and_infer_elementwise_logical() implementation to validate_and_infer_types() * refactor logial or functional test to * refactor logial aA functional test t * update constants file * add file to instantiate TEST_P and avoid test execution duplication * add missing empty lies at the end of files * remove unused variable
…6888) * MO: Support of discovering of suitable MOC frontend if --framework is not specified * Ready for review * Fix: don't use FrontEndManager if framework is not in list of available frontends * Apply review comments
* Add clang-format config files for IE and include files * Fixed IE core clang-format * Added clang-format for plugin API * Fixed style for plugin API * Fixed code style * Fixed build * Added proposed values * Fixed code style * Updated config * Fixed # for define * Fixed comment and build * Removed clang-config for include, fixed include for library headers * Set column limit to 120 and space before CtorInitializedColon=true * Fixed headers * Added support of FOREACH_CHILD * Fixed parameter print style * Fixed code style * Fixed target name * Restore comments style for public API * Fixed plugin API * Applied code style * Fixed CI
…oolkit#6962) * check is node final non-functional for grouping; remove InsertIdentityToLSTMCellPass * code style fix
* [GNA] Remove transposes around MatMul * Added tests for transformation HandleTransposesAroundMatMul * Move IsTransposeSupported function to GNA limitations file * Correct transpose insertion tests * added TransposeAfterMatmul tests and moved InsertTransposeBeforeMatmul tests to handle_transposes_around_matmul.cpp * added inifitiry loop checker and memory concat test * fixed build errors * changed the conditions for selecting an input of Concat for ScaleFactor calculation when entering an infinite loop * fixed after review Co-authored-by: Elizaveta Lobanova <[email protected]>
…notoolkit#6634) Co-authored-by: Taylor Lee <[email protected]>
* StressMemLeakTests add tests with streams * little fixes * Code consistency
* Updated ITT collector style * Applied code style
* doc: fix 58710 issue (openvinotoolkit#6911) * doc: refactor docker install guide (openvinotoolkit#6988) * doc: refactor docker install guide * doc: refactor docker install guide windows * Update installing-openvino-docker-linux.md * Update installing-openvino-docker-windows.md Co-authored-by: Andrey Zaytsev <[email protected]> * doc fixes (openvinotoolkit#6438) * doc fixes * doc fix * doc fix Co-authored-by: Andrey Zaytsev <[email protected]> Co-authored-by: Nikolay Tyukaev <[email protected]>
* fix paddle model test * enable paddle ops tests * fix code style * remove useless log in paddle scripts
…toolkit#6996) * [GNA] Support bias and FQ in SwapInputMatMul transformation * Updated opset for transformation and removed debug info
* [LPT] LayerTransformation::canBeTransformed: replaced legacy code * [LPT] NetworkHelper::moveDequantizationAfter refactoring * [LPT] ReshapeTransformation improvement * [LPT] Squeeze/UnsqueezeTransformation improvement
…inotoolkit#6880) * Copied PR6744 * Added CMakeLists.txt into gflags * Return gflags into .gitmodules * Added CMakeLists.txt into gtest * fix: remove extra gflags and gtests from .gitmodules * Change syntax in set gtest_targets * Make gtest/CMakeLists.txt as in PR6744 for pre-commit experiment * Update gtest/CMakeLists.txt * Change version of gtest repo * Return gtest info into .gitmodules * Update gflags version to currently used
* update spec, init backend file for equal op * add backend, visitors, serialize SLT tests * add backend test to manifest cause of mismatch of output type with cpu plugin * add equal to list of trusted ops and to cmakelist file * refactor backend tests to the new template * refactor spec * remove external link in numpy broadcast and update example * remove comparison.in.cpp file and related tests from manifest * fix example * remove redundant arguments * refactor backend tests * add pdpd broadcast to the spec, and different precison to SLT test * add precisions to SLT cpu * remove unsupported type from SLT * revert the deletion of comparison.in.cpp file * remove visitors test, since it will be added in the other PR * remove equal from CMakeLists.txt * refactor links in the spec * revert unwanted changes * remove equal from unit test manifest * revert links modification in spec * add namespace * split SSLTs for comaprison ops into seperate files * fix SSLTs names * add missing new lines * udpate output type in spec * rafactor numeric backend test to template * merge numeric template tests into equal
…openvinotoolkit#6977) * remove `v0` namespace from reference implementation of fake quantize. * fix ngraph check message
* transpose bias * removed bias transpose; added bias validation predicate to pattern * fixed after review; added handling of the case bias_output_shape.size() == 1 and bias_output_shape.at(0) > 1 * moved bias shape size check to matcher pattern; replaced loop with algorithm
* Add a warning * Remove quotes * Replace outputs with output(s)
* Moved operations M-P to ov namespace * Fixed code style * Fixed build * Fixed comments * Moved operations R-Z to ov namespace * Fixed build * Fixed comments Co-authored-by: y <[email protected]>
…it#7208) * initial matcher pass * write test implementation; + add unit tests * base * add unit tests * code review fixes * code review fixes * fix * fix * move RemoveSingleInputConcat before opset to legacy conversion
…lkit#5574) * Reenable AddFakeQuantizeFusion and MulFakeQuantizeFusion * remove unused variable * is_single_value simplify * skip transformations for low precision types * add comment regarding restriction in AddFakeQuantizeFusion * remove fp16 test * remove negative const handling
* CVS-56144 Enable all OMZ scope * [CVS-55368] Change nets version to v10 * [CVS-55386] Fix some coments * [CVS-55386] Added float param to LSTM net * Updated nets * [CVS-55386] Change to ngraph way
* Merge tools folders * Fixed docs * Moved deployment_manager * Fixed path to benchmark_tool docs * python_tools -> python_tools_benchmark
Signed-off-by: Roman Kazantsev <[email protected]>
* Added info on DockerHub CI Framework * Feature/azaytsev/change layout (openvinotoolkit#3295) * Changes according to feedback comments * Replaced @ref's with html links * Fixed links, added a title page for installing from repos and images, fixed formatting issues * Added links * minor fix * Added DL Streamer to the list of components installed by default * Link fixes * Link fixes * ovms doc fix (openvinotoolkit#2988) * added OpenVINO Model Server * ovms doc fixes Co-authored-by: Trawinski, Dariusz <[email protected]> * Updated openvino_docs.xml * Updated the link to software license agreements * Revert "Updated the link to software license agreements" This reverts commit 706dac5. * Updated legal info (openvinotoolkit#6409) # Conflicts: # thirdparty/ade * Cherry-pick 4833c8d [DOCS]Changed DL WB related docs and tips (openvinotoolkit#6318) * changed DL WB related docs and tips * added two tips to benchmark and changed layout * changed layout * changed links * page title added * changed tips * ie layout fixed * updated diagram and hints * changed tooltip and ref link * changet tooltip link * changed DL WB description * typo fix # Conflicts: # docs/doxygen/ie_docs.xml # thirdparty/ade * Cherry-pick 6405 Feature/azaytsev/mo devguide changes (openvinotoolkit#6405) * MO devguide edits * MO devguide edits * MO devguide edits * MO devguide edits * MO devguide edits * Experimenting with videos * Experimenting with videos * Experimenting with videos * Experimenting with videos * Experimenting with videos * Experimenting with videos * Experimenting with videos * Experimenting with videos * Experimenting with videos * Additional edits * Additional edits * Updated the workflow diagram * Minor fix * Experimenting with videos * Updated the workflow diagram * Removed Prepare_Trained_Model, changed the title for Config_Model_Optimizer * Rolled back * Revert "Rolled back" This reverts commit 6a4a3e1. * Revert "Removed Prepare_Trained_Model, changed the title for Config_Model_Optimizer" This reverts commit 0810bd5. * Fixed ie_docs.xml, Removed Prepare_Trained_Model, changed the title for Config_Model_Optimizer * Fixed ie_docs.xml * Minor fix * <details> tag issue * <details> tag issue * Fix <details> tag issue * Fix <details> tag issue * Fix <details> tag issue # Conflicts: # thirdparty/ade * Cherry-pick openvinotoolkit#6419 * [Runtime] INT8 inference documentation update * [Runtime] INT8 inference documentation: typo was fixed * Update docs/IE_DG/Int8Inference.md Co-authored-by: Anastasiya Ageeva <[email protected]> * Update docs/IE_DG/Int8Inference.md Co-authored-by: Anastasiya Ageeva <[email protected]> * Update docs/IE_DG/Int8Inference.md Co-authored-by: Anastasiya Ageeva <[email protected]> * Update docs/IE_DG/Int8Inference.md Co-authored-by: Anastasiya Ageeva <[email protected]> * Update docs/IE_DG/Int8Inference.md Co-authored-by: Anastasiya Ageeva <[email protected]> * Table of Contents was removed Co-authored-by: Anastasiya Ageeva <[email protected]> # Conflicts: # docs/IE_DG/Int8Inference.md # thirdparty/ade * Cherry pick (openvinotoolkit#6437) * Q2 changes * Changed Convert_RNNT.md Co-authored-by: baychub <[email protected]> # Conflicts: # docs/IE_DG/Int8Inference.md # docs/install_guides/installing-openvino-conda.md # docs/install_guides/pypi-openvino-dev.md # thirdparty/ade * Cherry-pick (openvinotoolkit#6447) * Added benchmark page changes * Make the picture smaller * Added Intel® Iris® Xe MAX Graphics * Changed the TIP about DL WB * Added Note on the driver for Intel® Iris® Xe MAX Graphics * Fixed formatting * Added the link to Intel® software for general purpose GPU capabilities * OVSA ovsa_get_started updates * Fixed link # Conflicts: # thirdparty/ade * Cherry-pick openvinotoolkit#6450 * fix layout * 4 # Conflicts: # thirdparty/ade * Cherry-pick openvinotoolkit#6466 * Cherry-pick openvinotoolkit#6548 * install docs fixes * changed video width * CMake reference added * fixed table * added backtics and table formating * new table changes * GPU table changes * added more backtics and changed table format * gpu table changes * Update get_started_dl_workbench.md Co-authored-by: Andrey Zaytsev <[email protected]> # Conflicts: # thirdparty/ade * [Runtime] INT8 inference documentation update (openvinotoolkit#6419) * [Runtime] INT8 inference documentation update * [Runtime] INT8 inference documentation: typo was fixed * Update docs/IE_DG/Int8Inference.md Co-authored-by: Anastasiya Ageeva <[email protected]> * Update docs/IE_DG/Int8Inference.md Co-authored-by: Anastasiya Ageeva <[email protected]> * Update docs/IE_DG/Int8Inference.md Co-authored-by: Anastasiya Ageeva <[email protected]> * Update docs/IE_DG/Int8Inference.md Co-authored-by: Anastasiya Ageeva <[email protected]> * Update docs/IE_DG/Int8Inference.md Co-authored-by: Anastasiya Ageeva <[email protected]> * Table of Contents was removed Co-authored-by: Anastasiya Ageeva <[email protected]> # Conflicts: # docs/IE_DG/Int8Inference.md # thirdparty/ade * Cherry-pick openvinotoolkit#6651 * Edits to MO Per findings spreadsheet * macOS changes per issue spreadsheet * Fixes from review spreadsheet Mostly IE_DG fixes * Consistency changes * Make doc fixes from last round of review * Add GSG build-all details * Fix links to samples and demos pages * Make MO_DG v2 changes * Add image view step to classify demo * Put MO dependency with others * Edit docs per issues spreadsheet * Add file to pytorch_specific * More fixes per spreadsheet * Prototype sample page * Add build section * Update README.md * Batch download/convert by default * Add detail to How It Works * Minor change * Temporary restored topics * corrected layout * Resized * Added white background into the picture * fixed link to omz_tools_downloader * fixed title in the layout Co-authored-by: baychub <[email protected]> Co-authored-by: baychub <[email protected]> # Conflicts: # docs/doxygen/ie_docs.xml * Cherry-pick (openvinotoolkit#6789) [59449][DOCS] GPU table layout change * changed argument display * added br tag to more arguments * changed argument display in GPU table * changed more arguments * changed Quantized_ models display # Conflicts: # thirdparty/ade * Sync doxygen-ignore * Removed ref to FPGA.md * Fixed link to ONNX format doc Co-authored-by: Trawinski, Dariusz <[email protected]> Co-authored-by: Tatiana Savina <[email protected]> Co-authored-by: Edward Shogulin <[email protected]> Co-authored-by: Nikolay Tyukaev <[email protected]>
* move all utils to common folder * add utils install in CMakeLists.txt * revert plugin utils * add log info: test * add logging info: test * test imports * change imports: test * fix file name
…ersion (openvinotoolkit#7377) * Refactored code, updated comments and documentation related to TF OD API models pre-processing. * Improved MO messages related to pre-processor block removal during conversion of the TD OD API models. Remove mean/scale if padding is used and mean/scale is applied before resize * Updated TF OD API transformation and documentation for SSD models * Updated comments and documentation for the ObjectDetectionAPIMaskRCNNSigmoidReplacement transformation * Updated comments and documentation for the ObjectDetectionAPIMaskRCNNROIPoolingSecondReplacement transformation * Updated comments and documentation for the ObjectDetectionAPIPSROIPoolingReplacement transformation * Updated comments and documentation for the ObjectDetectionAPIProposalReplacement transformation * Updated comments and documentation for the ObjectDetectionAPIDetectionOutputReplacement transformation * Minor code style fixes * Fixed unit tests for ObjectDetectionAPIPreprocessor2Replacement transformation * Improved unit test for pipeline.config parser. Fixed very long bug with incorrect test data for the PipelineConfig parser class * Code style fixes * Get rid of "coordinates_swap_method" parameter in the JSON configuration file for TF OD API models * Code style fixes and minor refactoring * Simplied code related to swapping Proposal coordinates * Removed incorrectly removed code * Fixed code review comments about the code comments
… inputs ranges (openvinotoolkit#7305) * [GNA] Fix scale factors propogation for Eltwise with very different inputs ranges * [GNA] Added test * [GNA] Added exception for scale factor <= 0 * [GNA] Disable tests with integer weights * [GNA] Added assert for CNNLayer in getScaleFactor() * [GNA] Added check if scale factor is inf * [GNA] Fixed legacy tests
* Hiding the problem, Validate() changes 'function' * Template plugin tests * Undo the changes that are not necessary * Align code style * Added \n at end of file * Removing an unused implementation * New version with Code Style checking * Cleaning backend tests * Reworked the tests the right way * Removed visit_attributes() * Removed visit_attributes() in source file * Added NGRAPH_CHECK macros to evaluate() * Removed zero_sized_not_equal mention from unit_test.manifest * Added function name to the constants.py * Revert "Added function name to the constants.py" This reverts commit 5b74780. * Return visit_attributes() for op::v1::NotEqual due to NotEqual being moved to another location
* Changed ov::PartialShape to ov::Shape * Renamed ngraph::Shape to ov::StaticShape * Fixed code style * Fix python API * Fixed typo * Fixed test * Fixed comments * Fixed tests * Fixed merge conflicts * Try to fix build * Fixed build * Changed ov::Shape to ngraph::PartialSHape * Fixed build * Moved new API to StaticShape and Shape
* Fixed compilation with ov::opsetN:op * Fixed code style
* Fix return valuese for lift_up_through func * Update unit test * Refactoring code according to code review * Fix revers outputs * Fix unit test * Fix comment * Add multioutput support * Add unit test for cace with several output from ReverseChannel op * Fix distinantion connect
…ality (openvinotoolkit#7391) * Preprocessing API - base classes Includes API definition for trivial mean/scale operations (which don't require layout) Mean/scale with 'layout' support will be done under separate task together with Layout Current test code coverage: 100% * Rename 'pre_post_process' folder to 'preprocess', aligned with namespace Fix 32-bit tests * More cleanup * Review comments
* Aligned macro name OV_CHECK->OPENVINO_CHECK * Renamed OPENVINO_CHECK to OPENVINO_ASSERT
…mic shapes rebased
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.