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
Fix/59442 debug #10
Closed
Closed
Fix/59442 debug #10
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
* Add multisubgraph * Fix format * Fix clang format * Fix TensorIterator RTT * Fix subgraph * Fix codestyle * Fix comments * Fix comments * Fix coments * Fix comments * delete get function * fix methods * fix ci * Fix ci * fix bugs * Fix cmake * Fix ci * delete virtual function * delete virtual function * fix ci * Fix ci
* Add visitor and backend tests. * Add reduction_axes to SLTs, serialization and backend tests. * Update backend tests. * Move backend tests to template plugin, remove old ones. * Apply correct format. * Add BF16 to SLT, add comment regarding deprecated class. * Remove BF16 precision as it is not supported in windows, no default values for attributes. * Reuse Tensor from base_reference_test.hpp
…otoolkit#6479) * Introduce new -latency_percentile flag for benchmark_app * Fix syntax
* Fix recovery of output subscript in Einsum implicit mode Signed-off-by: Roman Kazantsev <[email protected]> * Fix code style Signed-off-by: Roman Kazantsev <[email protected]> * Correct layout adjustment for Einsum inputs and output Signed-off-by: Roman Kazantsev <[email protected]> * Correct a comment in the unit-test Signed-off-by: Roman Kazantsev <[email protected]> * Setup correct transformation dependencies for LayoutChangeForEinsum Signed-off-by: Roman Kazantsev <[email protected]>
* Added RandomUniform specification. * Extended description of obtaining float numbers. * Added description of obtainin float16 and double values. * Added description of xor symbol. * Small correction. * Small corrections. * Added initial type attribute. * Corrected IR example, removed unnecessary default values. * Small correction. * Added information about type cast between initial and output types. * Removed initial type attribute. * Corrected output_type description. * Corrected minval, maxval description. Corrected IR example. * Apply suggestions from code review Co-authored-by: Tatiana Savina <[email protected]> * Removed unnecessary paper link. Co-authored-by: Tatiana Savina <[email protected]>
…it#6637) * pdpd Place: remaining methods, refactoring, unit tests * resolve merge issues * use references instead of shared_ptr for Var and Op descs * Add import pdpd fuzz test; To enable collection of pdpd models, cmake NGRAPH_PDPD_FRONTEND_ENABLE key should be set, the models will be generated to pdpd_test_models folder. * fix ngraph codestyle * fix review comments * Add new methods for Place class * fix implementation, add tests * Place: Return nullptr instead of throwing an exception * ngraph codestyle * revert return nullptr * fix build * fix tests * fix fuzzing tests * fix fuzzing tests * fix readme file * Revert "fix readme file" This reverts commit d061e69. * Resolve review comments * ngraph codestyle Co-authored-by: Somsikov, Andrey <[email protected]>
* Revise Erf OP sepc Signed-off-by: Luwei Zhou <[email protected]> * Revise the NGraph Erf OP implment to switch to RTTI. Signed-off-by: Luwei Zhou <[email protected]> * Remove the duplicated Erf in the activation type vector. Signed-off-by: Luwei Zhou <[email protected]> * Add NGraph visitor API test case. Signed-off-by: Luwei Zhou <[email protected]> * Enalbe the Erf visitor API CmakeLists.txt. Signed-off-by: Luwei Zhou <[email protected]> * Revise the Erf OP backend test Signed-off-by: Luwei Zhou <[email protected]> * Migrate to use the template test. * Add erf type_prop test. * Update the license * Unary Visitor test template fix -Migrate OP Tanh to use RTTI; -Remove the using namespace in the header file -Migrate the Swish and Tanh visitor test to use template code Signed-off-by: Luwei Zhou <[email protected]> * Revert "Unary Visitor test template fix" This reverts commit b686c93. * Update the doc format. * Update the document format and description. Signed-off-by: Luwei Zhou <[email protected]> * Add Erf OP into the layer test summary list * Migrate the Erf backend test into template_plugin infrastructure * Update the Erf supported input type. * Remove the boolean type support in erf reference implement. validate_and_infer_elementwise_arithmetic() will fail with boolean type. * Update the erf test with all supported types. * Update with separate namespace of CommonReferenceTest
Detailed infer results printing overload output and freeze sea_runtool. Hiding debug messages by default.
…otoolkit#6783) * Install generated PDPD test models as 'test' component Needed when test package is installed on another machine which don't have generated models To search installed models, 'FE_TEST_MODELS' env variable is introduced * Clang fixes * Fix PDPD_Places test from latest master
* Fix file handle leak in cnpy Co-authored-by: Roman Donchenko <[email protected]>
* set_output_type speedup * style * Final optimization * Removed extra include, removed unnecessary lock_guard * Typo * Apply suggestions from code review Co-authored-by: Mikhail Nosov <[email protected]> * Update ngraph/core/include/ngraph/descriptor/tensor.hpp Co-authored-by: Mikhail Nosov <[email protected]> Co-authored-by: Mikhail Nosov <[email protected]>
* Fixed compilation with Intel compiler * Fixed template containers for VPU * Fixe one-dnn * Updated submodule
* Avoid replace parameter in reshape method * Added comment * Use set_partial_shape()
…olkit#6756) * remove namespace dependencies from header file * add RVO-exploit string concatenating * update acosh test * update erf test
…oolkit#6667) * add binary_elementwise file * change binary_elementwise.hpp to binary_ops.hpp * migrate mod operation test o typed template test * add tests for remaining binary ops * remove comment * fix formatting to match clang-format * add RVO-exploit string concatenating andbeautify the code * add validation for attributes number * add missing visit_attributes() calls * add missing 4th param to NGRAPH_RTTI_DEFINITION calls * fix formatting to match clang-format
* Remove deprectaed convolution API. * Apply correct style.
* Add tf2.x impl for If * Fix ir_engine * Fix opset * Fix BOM file * Added new test * Fix comments * Add subgraph_utils * Fix comments * Fix transform * code refactoring * Fix description * rewrite support for empty tensor in if * added onnx extractor * delete onnx_if * fix bug with fake_outputs * Fix test * Fix control_flow and fix commentaries * create method results_mapping_and_finding_fake_outputs(output_nodes_in_subgraph,
* add doc:'Paddle_Support.md' * Apply suggestions from code review Co-authored-by: Tatiana Savina <[email protected]> * Apply suggestions from code review * Update docs/IE_DG/Paddle_Support.md Co-authored-by: Tatiana Savina <[email protected]> Co-authored-by: Tatiana Savina <[email protected]>
…kit#7153) * Moved DEPRECATION macro and ITT domains to ov namespace * Fixed code style
…kit#7096) * Enable NormalizeL2Fusion inside MOC * Fix NormalizewL2 decomposition (KeepDims=True)
* Hiding the problem, Validate() changes 'function' * Review/update spec for NotEqual operation * Remove unnecessary edits not related to the ticket * Removing the extra word binary for the short description * Re-writing detailed description * Correcting punctuation docs/ops/comparison/NotEqual_1.md Co-authored-by: Tatiana Savina <[email protected]> * Specifying auto_broadcast in the short description is similar to Equal spec * The range of values for auto_brodcast is similar to Equal spec and includes the missing pdpd Co-authored-by: Tatiana Savina <[email protected]>
* Moved DiscreteTypeInfo to new opset * Revert old header * Fixed code style
* Add visitor test to CTCLoss * Add CTC Loss SSLT * Add CTC Loss template tests * Use ngraph rtti macros * Code style fix
* Update detailed description * Update exclusive attribute description * Update Inputs/Outpu description * Update types * Update descriptions * Update data input rank info
* New CumSum implementation init * Unified ndim approach * Move transpose to separate function * Move transpose to original to separate function * Move slice_count calculation to function * Negative axes support * Refactor redundant copy * Changed copy to move * Temp more backend tests * Add const to shape arg * Use span for slices calculation * Remove unused headers * CumSum new ref tests * Add more ref tests * Add all cumsum modes ref tests * new optimized cum_sum reference * Add reverse mode * Optimized cumsum ref * Remove deprecated cumsum backend tests * Add more CumSum reference tests * Simplify CumSum shared layer tests SetUp * Replace auto to size_t in loop * Change static_cast to T{}
…it#7045) * [LPT] MarkupCanBeQuantized: added check on unsupported concat * [LPT] ConcatTransformation: added test-case with unsupported concat and convolution * [LPT] added test on rtInfo check for unsupported concat * [LPT] ConcatTransformation: added test-case with unsupported axis to plugin tests
* add CMakeLists.txt * add copyright docstring * add newline after copyright * set target name * change TARGET to DIRECTORY * Rename layer tests dir to avoid name conflict * cmakelists.txt final version * Change destination to tests\layer_tests_openvino * Add cmake_minimum_required to CMakeLists.txt * Update CMakeLists.txt
* ReverseSequence specification refactored * Change attribute description to avoid confusion * Allow seq_lenghts input to be of floating-point precision
* updated desktop configs with int8 models * updated desktop reference configs with actual values * added commit comments
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.