Sebastian Golebiewski
3017c8d123
DOCS: Fixing broken links in documentation. ( #14935 )
2023-01-05 11:25:03 +04:00
Alexandra Sidorova
5eed405478
Fixed Transpose spec ( #14623 )
2022-12-15 13:51:36 +04:00
Katarzyna Mitrus
13a76a8b72
[Unique-10] ConvertPrecision transformation and new attribute for output type ( #14229 )
...
* Add attribute for last output element type
* Add convert precision transformation and tests
* Update Unique python API with new attribute
* Update Unique-10 op specification
* Update docstrings
* Update visitor tests
* Add type prop tests for the new attribute
* Check axis constant before shape, compare with partial shape
2022-11-28 11:56:49 +01:00
Ivan Tikhonov
5c0225d358
Enable conversions to LSTM/GRU/RNN Sequence in MOC ( #13470 )
...
* Enable SequenceFusion, TensorIteratorToSequence, GRUCellFusion transformation in MOC, the transformations have been deleted from plugin pipelines
* clean-up: delete augru transformation header
* Temporary disabled TensorIterator IR reader tests
* temporary disable tests, it's not TI issue, usqueeze doesn't have reference impl for fp64 and bf16
* Update ConvertTensorItearatorToSequence transformations: add Unsqueeze to pattern
* Codestyle
* Specify negative values for LSTM/GRU/RNN Sequence ops
* fix conflicts with master branch
* Insert ShapeOf subgraph in ConvertSequencesToTensorIterator transformation in case of dynamic input shape
* codestyle
* fix conflict with master branch
* fix onednn version
* Update low latency v2 to support GRU/RNN/LSTM Sequence ops, fix accuracy issue
* fix tensor names
* fix tensor name issue on gna
* fix transformation tests, fix copying rt_info in the transformation
* fix warning, enable bf16, f64 ti tests
* codestyle
* fix functional tests
* EliminateDuplicateTIInputs transformation, fix copy_with_new_inputs method of TI op
* move EliminateDuplicateTIInputs transformation
* codestyle
2022-11-17 13:27:20 +04:00
Katarzyna Mitrus
c953186ff0
GRU/AUGRUCell shape inference function ( #13708 )
...
* Add shape_infer function for GRUCell op
* Add shape_infer function for AUGRUCell
* Consts refactor
* Add batch_size check
* Enable GRUCell shape_infer for CPU
* Style apply
* Use OV_EXPECT_THROW in tests
* Use helper for input shapes
* Use .back() instead of index
* Change rnn_seq namespace to rnn
* Fix win warnings
* Enable AUGRUCell/Sequence shape_infer on CPU
* Fix warn
* Fix warn
2022-11-04 23:31:58 +03:00
Tomasz Dołbniak
a2c842bd74
Unique-10 operator ( #13532 )
2022-11-01 11:44:51 +01:00
Bartek Szmelczynski
bdc037adcf
Add IsFinite operator ( #13441 )
2022-10-26 13:24:01 +02:00
Mateusz Mikolajczyk
ffc74c8fe2
IsInf operator ( #13383 )
2022-10-20 20:59:01 +03:00
Leonard Sikorski
e2b0313785
IsNaN operator ( #13369 )
2022-10-19 12:20:26 +02:00
Tomasz Dołbniak
b00796324c
Unique-10 operator specification ( #13361 )
2022-10-10 20:06:21 +03:00
Katarzyna Mitrus
67f4b8ee66
AUGRU op ov core shell and reference implementation ( #12163 )
2022-08-26 17:33:10 +03:00
Tomasz Jankowski
e24a5b8ac3
[ONNX FE] Extend ONNX FE for operation GenerateProposals ( #12510 )
...
* Create ONNX FrontEnd GenerateProposals op
* Add onnx GP Op validation
* Add batch 2 test
* Improve code readability
.. per review comments
* Fix test model paths
* Use heterogeneous test values
2022-08-18 09:26:48 +00:00
Mykhailo Hnap
175b00a346
Fixed DFTs documentations. ( #11762 )
2022-08-11 10:29:05 +02:00
Katarzyna Mitrus
4e379d63eb
Update opset.md with opset9 ( #12169 )
2022-07-18 11:01:45 +02:00
Maciej Smyk
d91a06ac08
Apache MXNet rename ( #11871 )
...
* MXNet
MXNet renaming into Apache MXNet
* Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* MXNet 2
* MXNet 3
* Revert "MXNet 3"
This reverts commit 046c25239d .
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
2022-07-05 15:04:03 +02:00
Tomasz Dołbniak
dd930fdb6e
GridSample-9 specification ( #11703 )
2022-05-25 21:34:11 +02:00
Bo Liu
eddd31f58f
Liubo/roi align 9 ov core cpu plugin ( #11188 )
...
* roi_align_9: ov_core, transformations, template_plugin
* roi_align_9: CPU Plugin
* keep only constructor with enums which is aligned with spec
* remove evaluate function for ROIAlign_9
* Add op check test for operation ROIAlign-9
* Apply suggestions from code review
* fix version name from 'v0' to 'v3' in transform part
* use common shape_infer function for v3 and v9
* remove'tf_' prefix for ROIAlign::AlignedMode to avoid misleading for models from different platforms
2022-05-10 08:14:37 +08:00
mei, yang
2d0ffd8fe5
Specify GenerateProposals-9 ( #11004 )
2022-05-05 10:28:18 +02:00
Bo Liu
d560cf19a3
Specify ROIAlign-9 ( #11067 )
2022-05-05 10:27:58 +02:00
cecilia peng
e68613a2fc
Specify MulticlassNonMaxSuppression-9 operation ( #11083 )
2022-05-05 10:27:47 +02:00
Karol Blaszczak
1e1735b022
Fixed operation names ( #11447 ) ( #11507 )
...
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
2022-04-13 11:14:24 +02:00
Alexandra Sidorova
9dffa706fb
Added shell for Eye-9 ( #11210 )
2022-04-12 12:49:07 +02:00
Chenhu Wang
fca2595293
Specify NonMaxSuppression-9 ( #10729 )
...
* define_NMS-9_specification
* default value as true for soft-nms-supressed-by-iou
* soft nms support
* comments apply
2022-04-05 15:58:02 +03:00
Andrey Zaytsev
415daecc26
Cherry-pick Feature/azaytsev/doc fixes 2022 1 1 ( #11388 ) ( #11407 )
...
* Removed a redundant image
* Fixed ops specifications and other issues
* converted html links to anchor links
* converted html links to anchor links
* Fixed a link
* Fixed a link
* Changed anchor links according to dev review
# Conflicts:
# docs/OV_Runtime_UG/Operations_specifications.md
2022-04-01 19:53:58 +03:00
Alexandra Sidorova
9185f03e77
Added specification for Eye-9 ( #11104 )
...
* Added specification for EyeLike-9
* Update docs/ops/generation/EyeLike_9.md
* removed batch from TF
* minor fix
* Applied comment by Anton
* Added new example with dynamic output, added corner case
* Fixed corner case description
* Rename matrix
* applied comments by Yuan
* Added diag_idx as input, minor fixes, renaming
* added support of batch_shape from TF
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com >
2022-03-31 14:46:55 +03:00
Evgenya Stepyreva
2d7f46b95a
Update Divide_1.md ( #11232 )
2022-03-25 15:41:55 +00:00
Yegor Kruglov
f7b2e3a8ca
SoftSign-9 specification ( #10690 )
...
* SoftSign-9 specification
* opset9 update
* fix formula
* comments resolving
2022-03-16 14:58:26 +03:00
Vladimir Gavrilov
f8ce57319b
Specifications of operations RDFT and IRDFT ( #10242 )
...
* Written the draft of the specification of the operation RFFT.
* Started to write the specification of the operation IRFFT.
* Small fix.
* Renamed RFFT operation as RDFT.
* Fix in Operations_specifications.md.
* Written the specification of the operation IRDFT.
* Fixes in examples.
* Fixes in opset9.md and Operations_specifications.md.
* Small fix.
* Replaced opset8 by opset9 in opset9.md.
* Deleted redundant sentences.
* Small fix.
* Replaced input_shape by data_shape.
* Fixed mistypes.
* Fixes of mistypes.
* Fixed typo.
* Fixed RDFT specification, in order to perform signal_size input as in TF and PyTorch.
* Fixes in examples for RDFT.
* Fixes in the output shape calculation of IRDFT. Now this calculation is as in TF and PyTorch.
2022-03-03 13:47:23 +00:00
Ilya Churaev
1fec99afa3
Removed duplicated words ( #10754 )
2022-03-03 06:50:54 +00:00
Ilya Lavrenov
53d3ef8eab
Removed ngraph mentions ( #10647 )
2022-02-25 07:02:09 +03:00
Ilya Churaev
a2ca1d4499
Merge IE & nGraph DG ( #10055 )
...
* Changed folder for documentation
* Fixed links
* Merged nGraph DG to OpenVINO Runtime UG
* Fixed errors
* Fixed some issues
* Fixed tree
* Fixed typo
* Update docs/documentation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update README.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update README.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Fixed name
* FIxed snippets
* Small fixes
* Update docs/HOWTO/Custom_Layers_Guide.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Fixed comments
* Try to fix doc
* Try to fix doc issue
* Update docs/OV_Runtime_UG/Integrate_with_customer_application_new_API.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
2022-02-07 06:57:35 +03:00
Luo Cheng
68d8ca8060
MulticlassNms/MatrixNms: ngraph op support FP16 output ( #9481 )
...
* recover overwritten code in #8520
* support fp16
* update spec
* apply review comments
* support dynamic type check
2022-01-14 07:54:32 +03:00
Andrey Zaytsev
4ae6258bed
Feature/azaytsev/from 2021 4 ( #9247 )
...
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#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 (#2988 )
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com >
* Updated openvino_docs.xml
* Updated the link to software license agreements
* Revert "Updated the link to software license agreements"
This reverts commit 706dac500e .
* Docs to Sphinx (#8151 )
* docs to sphinx
* Update GPU.md
* Update CPU.md
* Update AUTO.md
* Update performance_int8_vs_fp32.md
* update
* update md
* updates
* disable doc ci
* disable ci
* fix index.rst
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
# Conflicts:
# .gitignore
# docs/CMakeLists.txt
# docs/IE_DG/Deep_Learning_Inference_Engine_DevGuide.md
# docs/IE_DG/Extensibility_DG/Custom_ONNX_Ops.md
# docs/IE_DG/Extensibility_DG/VPU_Kernel.md
# docs/IE_DG/InferenceEngine_QueryAPI.md
# docs/IE_DG/Int8Inference.md
# docs/IE_DG/Integrate_with_customer_application_new_API.md
# docs/IE_DG/Model_caching_overview.md
# docs/IE_DG/supported_plugins/GPU_RemoteBlob_API.md
# docs/IE_DG/supported_plugins/HETERO.md
# docs/IE_DG/supported_plugins/MULTI.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md
# docs/MO_DG/prepare_model/convert_model/Converting_Model.md
# docs/MO_DG/prepare_model/convert_model/Converting_Model_General.md
# docs/MO_DG/prepare_model/convert_model/Cutting_Model.md
# docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_YOLO_From_Tensorflow.md
# docs/doxygen/Doxyfile.config
# docs/doxygen/ie_docs.xml
# docs/doxygen/ie_plugin_api.config
# docs/doxygen/ngraph_cpp_api.config
# docs/doxygen/openvino_docs.xml
# docs/get_started/get_started_macos.md
# docs/get_started/get_started_raspbian.md
# docs/get_started/get_started_windows.md
# docs/img/cpu_int8_flow.png
# docs/index.md
# docs/install_guides/VisionAcceleratorFPGA_Configure.md
# docs/install_guides/VisionAcceleratorFPGA_Configure_Windows.md
# docs/install_guides/deployment-manager-tool.md
# docs/install_guides/installing-openvino-linux.md
# docs/install_guides/installing-openvino-macos.md
# docs/install_guides/installing-openvino-windows.md
# docs/optimization_guide/dldt_optimization_guide.md
# inference-engine/ie_bridges/c/include/c_api/ie_c_api.h
# inference-engine/ie_bridges/python/docs/api_overview.md
# inference-engine/ie_bridges/python/sample/ngraph_function_creation_sample/README.md
# inference-engine/ie_bridges/python/sample/speech_sample/README.md
# inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api.pyx
# inference-engine/include/ie_api.h
# inference-engine/include/ie_core.hpp
# inference-engine/include/ie_version.hpp
# inference-engine/samples/benchmark_app/README.md
# inference-engine/samples/speech_sample/README.md
# inference-engine/src/plugin_api/exec_graph_info.hpp
# inference-engine/src/plugin_api/file_utils.h
# inference-engine/src/transformations/include/transformations_visibility.hpp
# inference-engine/tools/benchmark_tool/README.md
# ngraph/core/include/ngraph/ngraph.hpp
# ngraph/frontend/onnx_common/include/onnx_common/parser.hpp
# ngraph/python/src/ngraph/utils/node_factory.py
# openvino/itt/include/openvino/itt.hpp
# thirdparty/ade
# tools/benchmark/README.md
* Cherry-picked remove font-family (#8211 )
* Cherry-picked: Update get_started_scripts.md (#8338 )
* doc updates (#8268 )
* Various doc changes
* theme changes
* remove font-family (#8211 )
* fix css
* Update uninstalling-openvino.md
* fix css
* fix
* Fixes for Installation Guides
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
Co-authored-by: kblaszczak-intel <karol.blaszczak@intel.com >
# Conflicts:
# docs/IE_DG/Bfloat16Inference.md
# docs/IE_DG/InferenceEngine_QueryAPI.md
# docs/IE_DG/OnnxImporterTutorial.md
# docs/IE_DG/supported_plugins/AUTO.md
# docs/IE_DG/supported_plugins/HETERO.md
# docs/IE_DG/supported_plugins/MULTI.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_YOLO_From_Tensorflow.md
# docs/install_guides/installing-openvino-macos.md
# docs/install_guides/installing-openvino-windows.md
# docs/ops/opset.md
# inference-engine/samples/benchmark_app/README.md
# inference-engine/tools/benchmark_tool/README.md
# thirdparty/ade
* Cherry-picked: doc script changes (#8568 )
* fix openvino-sphinx-theme
* add linkcheck target
* fix
* change version
* add doxygen-xfail.txt
* fix
* AA
* fix
* fix
* fix
* fix
* fix
# Conflicts:
# thirdparty/ade
* Cherry-pick: Feature/azaytsev/doc updates gna 2021 4 2 (#8567 )
* Various doc changes
* Reformatted C++/Pythob sections. Updated with info from PR8490
* additional fix
* Gemini Lake replaced with Elkhart Lake
* Fixed links in IGs, Added 12th Gen
# Conflicts:
# docs/IE_DG/supported_plugins/GNA.md
# thirdparty/ade
* Cherry-pick: Feature/azaytsev/doc fixes (#8897 )
* Various doc changes
* Removed the empty Learning path topic
* Restored the Gemini Lake CPIU list
# Conflicts:
# docs/IE_DG/supported_plugins/GNA.md
# thirdparty/ade
* Cherry-pick: sphinx copybutton doxyrest code blocks (#8992 )
# Conflicts:
# thirdparty/ade
* Cherry-pick: iframe video enable fullscreen (#9041 )
# Conflicts:
# thirdparty/ade
* Cherry-pick: fix untitled titles (#9213 )
# Conflicts:
# thirdparty/ade
* Cherry-pick: perf bench graph animation (#9045 )
* animation
* fix
# Conflicts:
# thirdparty/ade
* Cherry-pick: doc pytest (#8888 )
* docs pytest
* fixes
# Conflicts:
# docs/doxygen/doxygen-ignore.txt
# docs/scripts/ie_docs.xml
# thirdparty/ade
* Cherry-pick: restore deleted files (#9215 )
* Added new operations to the doc structure (from removed ie_docs.xml)
* Additional fixes
* Update docs/IE_DG/InferenceEngine_QueryAPI.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* Update Custom_Layers_Guide.md
* Changes according to review comments
* doc scripts fixes
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* Update Int8Inference.md
* update xfail
* clang format
* updated xfail
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com >
Co-authored-by: Nikolay Tyukaev <nikolay.tyukaev@intel.com >
Co-authored-by: kblaszczak-intel <karol.blaszczak@intel.com >
Co-authored-by: Yury Gorbachev <yury.gorbachev@intel.com >
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
2021-12-21 20:26:37 +03:00
Roman Kazantsev
dcf5be9838
Specify DetectionOutput-8 operation ( #8704 )
...
* Specify DetectionOutput-8 operation
The delta is small where we just remove num_classes attribute to support OD models out of the box
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Remove a link to DetectionOutput-1 from opset-8
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Update a list in ie_docs.xml
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
2021-12-06 11:08:50 +03:00
song, bell
f06aa9955b
revise RNN spec ( #8081 )
...
* revise RNN spec
Signed-off-by: fishbell <bell.song@intel.com >
* formatting the formula
Signed-off-by: fishbell <bell.song@intel.com >
* Update docs/ops/sequence/RNNSequence_5.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2021-11-23 12:12:37 +03:00
Mikhail Nosov
e34a66d828
Typo fix in I420toRGB specification example ( #8705 )
2021-11-19 10:47:19 +00:00
Mikhail Nosov
c81e1aef05
[OV20] I420toRGB and I420toBGR operations specification ( #8292 )
2021-11-17 16:06:27 +03:00
Anton Chetverikov
4a8554a76d
Add links to missed ops in opset_8.md file ( #8620 )
2021-11-16 15:23:14 +03:00
song, bell
9ccc308523
Bell/revise lstm cell sequence ( #7638 )
...
* revise LSTM spec
Signed-off-by: fishbell <bell.song@intel.com >
* add param check and related test case
Signed-off-by: fishbell <bell.song@intel.com >
* fix clang-format
Signed-off-by: fishbell <bell.song@intel.com >
* use static_cast to replace c style force conversion
Signed-off-by: fishbell <bell.song@intel.com >
2021-11-16 06:13:26 +03:00
Xiping Yan
3354275da1
Xp/revise embedding bag ( #7694 )
...
* Fix: variable writing error.
mas_dimension -> max_dimension
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Update description.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Update EmbeddingBagOffsetsSum comment, it will be easy to understand how to calculate bag.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Add attribute description for md
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* WIP: Add correctness test.
Known issue:
1: weight fp16 issue.
2: default idx(1), don't choose in segment id. why?
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* change param order.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Support test T_IND type (int32 and int64)
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* weight support multiple type input.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* refactor correctness test code.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* embeddingbag offset sum correctness test pass.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* embeddingbag packed sum correctness test pass.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Add visitor without attribute test.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Add EmbeddingSegmentsSum serialization test.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Add EmbeddingBagPackedSum, EmbeddingBagOffsetsSum serialization test.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* fix build error after rebase.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* unify name: from ngraph:: to ov::
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* add fp64 support
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Remove my MACRO define wrappers.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Remove useless header file.
* tmp. pass.
* Remove MACRO warpper for embeddingbag_offsetsum
* Remove myown wrapper header, and update template plugin.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Change vector to ov::Shape.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Rename CreateConstantVV-> CreateConstant
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Fix rebase issue. duplicate case ov::element::f64:
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
2021-11-15 13:49:21 +03:00
Anton Chetverikov
bfa7d41038
Fix incorrect example in GatherND_8 specification ( #8308 )
...
* Fix incorrect example
* Added varsion=8 to examples
2021-11-01 14:39:01 +03:00
Bo Liu
ccffed468c
PriorBox-8 specification ( #8000 )
...
* New version of PriorBox operation to add new 'min_max_aspect_ratios_order' attribute
* Apply suggestions from code review
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com >
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2021-10-27 11:29:06 +03:00
Anton Chetverikov
c9dc922f3c
GatherND_8 specification ( #7739 )
...
* Add specifiation for GatherND_8 operation
* Update formula
* Add links to op spec
* Fix existed and add new example
* Correct output shape formula
* Add restriction for batch_dims values
* Add reference for gatherND-8 operation
* Update batch_dims=3 example
* Fix output shape in example
* fix lines length
* Fix typo
* Fix wrong shape
* Update note about calculation of out shape
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2021-10-21 14:52:09 +03:00
song, bell
ff14899a96
revise GRU cell/sequence ( #7901 )
...
* add typepro/vistor tests
Signed-off-by: fishbell <bell.song@intel.com >
* remove redundant test file
Signed-off-by: fishbell <bell.song@intel.com >
* fix clang format
Signed-off-by: fishbell <bell.song@intel.com >
* typo
Signed-off-by: fishbell <bell.song@intel.com >
* update doc
Signed-off-by: fishbell <bell.song@intel.com >
2021-10-21 11:26:53 +03:00
Xiping Yan
b7ccdf4490
Xp/fix jira 6671 atanh fail mac wins ( #8058 )
...
* tmp
* Fix atanh correctness test issue and veriyf pass.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
* Only keep available input value for correctness test.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com >
2021-10-19 14:33:49 +03:00
Yegor Kruglov
4cce01cc5f
SoftMax-8 specification ( #7911 )
...
* prepared the specification
* updated versioned name
* fixed op number in link
2021-10-14 21:11:41 +03:00
Mikhail Nosov
ce9a229313
[OV20] NV12toRGB and NV12toBGR operations specification ( #7595 )
...
* [OV20] NV12toRGB and NV12toBGR operations specification
* Changed supported type to "`uint8` or any supported floating-point type"
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2021-09-24 13:02:15 +03:00
Anastasia Popova
bfc6e617a7
Updated RandomUniform spec to align with the implementation. ( #7491 )
2021-09-15 10:26:39 +03:00
Bartek Szmelczynski
66bad412a4
udpate scatter spec ( #7086 )
...
* udpate scatter spec
* add info about udpates tensor rank
* update updates type
* add values to example, minor style change
* udpate spec style
* add spaces for the better formatting
* Update docs/ops/movement/ScatterUpdate_3.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/ops/movement/ScatterUpdate_3.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/ops/movement/ScatterUpdate_3.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/ops/movement/ScatterUpdate_3.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Update docs/ops/movement/ScatterUpdate_3.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2021-09-13 06:44:20 +03:00
Gabriele Galiero Casay
c862abae03
GatherTree specification refactored ( #7326 )
...
* GatherTree specification refactored
* Fix typos
2021-09-10 06:31:35 +03:00