openvino/docs/ops
Vladimir Gavrilov 2c4c3a777a
Implement reference nGraph implementation for "Interpolate-4" with 5D tensor support in the "linear_onnx" mode (#3948)
* Commit.

* Written the structure InfoForLinearONNXMode5D that contains info to perform interpolation in 'linear_onnx' mode for 5D tensors.

* Started to write the method get_info_for_linear_onnx_mode5D() that returns info for calculations of 'linear_onnx' mode in 5D case.

* Written the method InterpolateEvalHelper::get_info_for_linear_onnx_mode5D().

* Code style fix.

* Started to write calculation of 5D case of 'linear_onnx' mode.

* Written the method void InterpolateEval<T>::linear_onnx5D_func(const T* input_data, T* out).

* Added dispatching of 4D/5D cases of the mode 'linear_onnx'.

* Fixed code style.

* Some fixes.

* Code style fixes.

* Now linear_onnx_func throws an exception for incorrect input rank.

* Code style fix.

* Started to write tests for evaluation of 'linear_onnx' mode in the 5D case.

* Added first test for linear_onnx 5D.

* Small fixes.

* Written tests for evaluation of Interpolate-4 in linear_onnx 5D case.

* Some code style fixes.

* Small fix.

* Corrected documentation.

* Started to write generic implementation of 'linear_onnx' mode, for any ranks.

* Written the draft of a generic (for all ranks) implementation of 'linear_onnx' mode.

* Small fixes.

* Small fix.

* Small fix.

* Small fix.

* Code style fix.

* Small fix.

* Code style fix.

* Some fixes.

* Some fix.

* Small fix.

* Small fix.

* Code style fix.

* Added check for axes correctness into a generic implementation of the 'linear_onnx' mode.

* Now 5D case of the 'linear_onnx' mode is calculated using generic function.

* Code style fix.

* Deleted unused variable.

* Added debug prints.

* Small fix.

* Some fixes.

* Code style fix.

* Now all ranks are processed by a generic implementation in the 'linear_onnx' mode.

* Deleted name of missed test.

* Deleted 4D case implementation of the 'linear_onnx' mode.

* Reverted change in tests.

* Added needed 'const' modifiers and added a comment about the variable 'axis_idx_offset'.

* Small fixes.
2021-02-09 14:23:50 +03:00
..
activation math formula fix (#3512) 2020-12-09 17:03:46 +03:00
arithmetic Removed confusing information about required/optional output of the operation. The output exists always but it may be not connected to anywhere. (#3423) 2020-11-30 20:02:09 +03:00
comparison Doc Migration (master) (#1377) 2020-07-20 17:36:08 +03:00
condition Refactor boolean attribute type (#3478) 2020-12-07 15:42:28 +03:00
convolution Group convolution backprop data (#4113) 2021-02-08 13:38:14 +03:00
detection Proposal reference implementation (#3924) 2021-02-08 07:09:54 +03:00
generation Updated operations specification documents (2021.2) (#2270) 2020-09-18 08:16:14 +03:00
image Implement reference nGraph implementation for "Interpolate-4" with 5D tensor support in the "linear_onnx" mode (#3948) 2021-02-09 14:23:50 +03:00
infrastructure New versions of Assign/ReadValue ops (#4055) 2021-02-09 09:50:55 +03:00
logical Doc Migration (master) (#1377) 2020-07-20 17:36:08 +03:00
matrix Refactor boolean attribute type (#3478) 2020-12-07 15:42:28 +03:00
movement nGraph 'shell' implementation for GatherElements-6 and MO 'shell' implementation (#3467) 2020-12-21 15:45:15 +03:00
normalization Specify MVN-6 operation (#3314) 2020-12-10 14:23:11 +03:00
pooling Maxpool spec update (#3758) 2021-02-05 21:04:53 +03:00
quantization Add auto_broadcast attribute to spec. (#2955) 2020-11-19 10:31:30 +03:00
reduction Revise reduce mean (#3786) 2021-01-22 14:21:39 +03:00
sequence Feature/azaytsev/cherry picks from 2021 2 (#4069) 2021-02-02 11:29:12 +03:00
shape Removed confusing information about required/optional output of the operation. The output exists always but it may be not connected to anywhere. (#3423) 2020-11-30 20:02:09 +03:00
sort Revise topk (#3819) 2021-01-25 14:19:59 +03:00
sparse Doc Migration (master) (#1377) 2020-07-20 17:36:08 +03:00
type Doc Migration (master) (#1377) 2020-07-20 17:36:08 +03:00
opset.md Introduce opset5, include GRU/RNN/LSTM Sequences to opset5 (#2265) 2020-09-18 21:26:21 +03:00
opset1.md Doc Migration (master) (#1377) 2020-07-20 17:36:08 +03:00
opset2.md Doc Migration (master) (#1377) 2020-07-20 17:36:08 +03:00
opset3.md Doc Migration (master) (#1377) 2020-07-20 17:36:08 +03:00
opset4.md GRU/RNN/LSTM sequence ops, reference implementations, single layer tests (#1594) 2020-09-08 10:31:44 +03:00
opset5.md Added new version of BatchNormInference (#2728) 2020-10-22 13:21:23 +03:00