49b5d039db89b0fbd3bae9123701a4acc11ca638
15 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
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
|
||
|
|
8d4e850356 | Fix op category section in operations spec (#7130) | ||
|
|
39afcb2e99 |
use floating-point in docs (#6659)
* use `floating-point` in docs * Get back capital letter. |
||
|
|
b9d02939b3 |
remove **Default value**: None when **Required**: *yes* (#6638)
|
||
|
|
de53c40578 |
bulk change type T to type *T* in spec (#6486)
* bulk change `type T` to `type *T*` in spec * update all `T` which referee to type to use *T* pattern * get back with `T` where T is dimension * fix *T*1 -> *T1* * Make italic types where was no formating |
||
|
|
9970f5b248 |
Interpolate operation specification refactoring. (#5928)
* Interpolate spec refactored against explicit type indication. * Chnaged types names. |
||
|
|
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. |
||
|
|
c1136cd7b0 |
Completely transition of MO to Interpolate-4 (#970)
* Refactored infer function and function supported_attrs for the layer Interpolate. * Small change. * Deleted unneeded checks in transformations ResizeToInterpolate2D and ResizeToInterpolate3D. * Small fix in the extractor of ONNX Resize. * Now the extractor of TF ResizeBilinear generates Interpolate-1 again, because 'axis' in final version of Interpolate-4 specification is an input but is not attribute. * Now the extractor of TF ResizeNearest generates Interpolate-1 again, because 'axis' in final version of Interpolate-4 specification is an input but is not attribute. * Added static method get_axis into class Interpolate. * Refactored class CanBeFused in the transformation InterpolateSequenceToInterpolate. * Fixed transformation InterpolateSequenceToInterpolate according to the last version of the specification of Interpolate-4. * Started to write support of Interpolate-4 in the transformation InterpolateWithConcat. * Added support for Interpolate-4 into the transformation InterpolateWithConcat. * Added support for Interpolate-4 into the transformation InterpolateConcat. * Added support for Interpolate-4 into the transformation InterpolateReshapeWA. * Added support for Interpolate-4 into the transformation InterpolateTranspose. * Started to add test for opset4 case of the transformation InterpolateSequenceToInterpolate. * Added test for InterpolateSequenceToInterpolate (test_2d_interpolate_sequence_1_opset4_case). * Added test for InterpolateSequenceToInterpolate (test_2d_interpolate_sequence_4_opset4_case). * Added another test for InterpolateSequenceToInterpolate (test_2d_interpolate_sequence_5_opset4_case). * Added another test for InterpolateSequenceToInterpolate (test_3d_interpolate_sequence_1_opset4_case). * Finished addition of tests for opset4 case of InterpolateSequenceToInterpolate. * Small change. * Now opset is only opset1 or opset4 in the transformation InterpolateTranspose. * Small fixes in transformations ResizeToInterpolate2D and ResizeToInterpolate3D. * Deleted reading of unused ONNX attributes. * Fixed docstring of the transformation InterpolateV1ToInterpolateV4. * Added node name in assert about axes input. * Fixes in the definition of the operation ONNXResize11. * Now Interpolate-4 cannot have 'extension' as opset. * Now the transformation InterpolateV1ToInterpolateV4 uses find_and_replace_pattern but not replace_sub_graph. * Fixed tests for transformations InterpolateReshapeWA and InterpolateConcat. * Fixed some tests. * Rewritten operation Interpolate-4 class according to new variant of documentation. * Some fixes in ONNXResize11 operation class. * Now the transformation ONNXResize11ToInterpolate generates Interpolate-4 with 4 inputs. * Now the transformation UpsampleToResample generates Interpolate-4 with 4 inputs. * Now the transformation NearestNeighborUpsampling generates Interpolate-4 with 4 inputs. * Now transformations ResizeToInterpolate2D and ResizeToInterpolate3D generate Interpolate-4 with 4 inputs. * Now the transformation SplitConcatPairToInterpolate generates Interpolate-4 with 4 inputs. * Now the transformation UnsqueezeTileReshapeBlockToInterpolate generates Interpolate-4 with 4 inputs. * Now the transformation InterpolateV1ToInterpolateV4 generates Interpolate-4 with 4 inputs. * Some fixes. * Fixed the transformation InterpolateSequenceToInterpolate according to new variant of Interpolate-4 specification. * Fixed typos. * Added shape_calculation_mode to supported_attrs. * Small fixes. * Added operation ONNXResize10 and the transformation ONNXResize10ToInterpolate4. * Fixed function correct_scales_using_dst_shape. * Some fixes in InterpolateSequenceToInterpolate. * Fixed bug in the method __call__ of the class CanBeFused: now self.accumulated_axes is correctly cleared in all cases. * Small change. * Fixed tests for the transformation SplitConcatPairToInterpolate. * Now transformations InterpolateWithConcat, InterpolateReshapeWA, InterpolateConcat support Interpolate-4. * Fixed the transformation InterpolateTranspose for the case of Interpolate-4. * Written the back transformation InterpolateV4AxesCorrection to convert 'axes' input of Interpolate-4 from NHWC to NCHW layout. * Added PermuteInput in Interpolate-4 infer. * Fixed typos. * Deleted the transformation InterpolateAxesCorrection. * Now Interpolate-4 permutes axis, not shape in input port 3. * Small fix. * Some fix. * Fixed bug in the transformation UpsampleToResample. * Added some debug prints. * Added more debug prints. * Now ONNX Upsample-9 operation is read as ONNXResize10. * Small fix. * Small fixes. * Fixed tests for the transformation SplitConcatPairToInterpolate. * Deleted debug prints. * Deleted some debug prints. * Fixes in the transformation UnsqueezeTileReshapeBlockToInterpolate and its tests. * Small fix in the transformation InterpolateSequenceToInterpolate. * Started to write nGraph transformation to convert Interpolate-1 to Interpolate-4. * Deleted redundant files. * Small fixes. * Small fix. * Written draft of the transformation Interpolate-1 -> Interpolate-4. * Small fix. * Now ONNX Importer reads Resize-10 as Interpolate-4. * Fixes in the test onnx_model_resize10_import_only. * Small fix in the test for the conversion Interpolate-1 -> Interpolate-4. * Small fixes. * Fixed NGraphReaderTests for Interpolate. * Some fixes. * Deleted class for Resample operation. * Fix in the transformation NearestNeighborUpsampling: fixed precision of the input 'scales' of generated Interpolate-4. * Fixed typo. * Now the TF operations ResizeBilinear is readed as internal MO operation TFResizeBilinear. This internal operation is converted into Interpolate-4. * Small fix in BOM-file. * Added checks of existence of attributes of TF ResizeBilinear operation. * Small fixes in the conversion of the internal MO operation TFResizeBilinear to Interpolate-4. * Small fixes. * Small fixes. * Now the transformation ONNXResize10ToInterpolateV4 calculates sizes input as input_shape * (scales + epsilon). * Added the internal MO operation TFResizeNearestNeighbor. * Fixes in the transformation SplitConcatPairToInterpolate and its tests. * Fixes in the transformation UnsqueezeTileReshapeBlockToInterpolate and its tests. * Written the transformation that converts the internal operation TFResizeNearestNeighbor into Interpolate-4. * Now MO reads the TF operation ResizeNearestNeighbor as the internal MO operation TFResizeNearestNeighbor. * Small fix. * Now the specification of Interpolate-4 clarifies that the mode linear_onnx supports only 2D or 4D input tensors. * Small fix. * Some fixes. * Moved the transformation ONNXResize10ToInterpolateV4 to the front stage. * Deleted infer function and function supported_attrs for ONNXResize10 operation. * Deleted supported_attrs() for TFResizeBilinear and TFResizeNearestNeighbor. * Some fixes. * Fixes in the shape infer function of the nGraph operation Interpolate-4. Now 'axes' input can be non-constant. In the such case, all elements of the output shape are Dimension::dynamic(). * Deleted corner cases processing in transformations TFResizeBilinearToInterpolateV4 and TFResizeNearestNeighborToInterpolateV4. * Rewritten the function replace_resize_bilinear. * Written inner MO operation TFResize that covers TF operations ResizeBilinear and ResizeNearestNeighbor. * Now TF operations ResizeBilinear and ResizeNearestNeighbor are read as an internal operation TFResize in MO. Transformations TFResizeNearestNeighborToInterpolateV4 and TFResizeBilinearToInterpolateV4 are fused into one transformation TFResizeToInterpolateV4. * Some changes in the shape infer function of nGraph op Interpolate-4. * Small fix. * Some changes. * The transformation TFResizeToInterpolateV4 is moved to the front stage. * Deleted redundant assert. * Deleted transformations ResizeToInterpolate2D and ResizeToInterpolate3D. * Some renaming. * Small change. * Deleted .copy() in the shape infer function of the internal operation TFResize. * Small fix. * Small fixes. * Added comment about the case when the input 'axes' of Interpolate-4 is non-constant. * Written test for Interpolate-4 shape infer, for the case when the input 'axes' is non-constant and shape_calculation_mode = scales. * Some fixes. * Small fixes. * Small fix. * Added yet another test for the case of non-constant 'axes' input of Interpolate-4 (when shape_calculation_mode = sizes). * Added some comment. * Small fix. * Reverted changes for InterpolateWithConcat. * Added type checks for all inputs of nGraph operation Interpolate-4. * Added u32 and u64 to supported element types of sizes and axes inputs of nGraph operation Interpolate-4. * Fixed some functional tests. * Some changes. * Added helper function float32_array. * Now the MO transformation InterpolateV1ToInterpolate preserves names of layers. * Small fix. * Small fix. * Reverted some change. * Small fixes. * Small fix. * Small fix. * Small fix. * Small fix. * Reverted changes in the nGraph reader tests for Interpolate-1. * Some revert. * Fixed some copyright year. |
||
|
|
6b54e738d7 |
Update operation attributes (#3814)
* Allign attribute values in spec * Fix wrong attribute name in spec * Add `get_boolean_attr` function * Add get_type function * Update conv attrs * Update copyright year * Add missed attrs, update copyright year * Fix year in copyright * Update ir parser for RegionYolo layer * Remove wrong changes for BinaryConvolution * Remove get_type function as it no more needed * Update check for reduce ops * Fix error in reduce attrs * Update ir_engine to work with bool attrs * Update DetectionOutput operation * Update PSROIPooling * remove redundant attrs from spec * Update get_boolean_attr function * Update Reduce operations * Update DetectionOutput specification * Update specification for missed attrs * Apply comments * Fixconst renumbering logic * Fix typo * Change default value to fix broken shape inference * Add additional asserts * Add comment * model-optimizer/mo/utils/ir_reader/layer_to_class.py * Sort imports * Sort imports * Update year in copyright * Update const * Remove changes from const restoring * Rename function * remove unnecessary changes * model-optimizer/mo/front/extractor_test.py * Fix year in copyright * Add soft_get * Fix exclude-pad attribute name for AvgPool operation * Update exclude_pad attribute values * Remove useless comment * Update examples in specification * Remove file added by mistake * Resolve comments * Resolve comments * Add return value * Allign global_pool attribute |
||
|
|
6bad345df9 |
Refactor boolean attribute type (#3478)
* Refactor boolean attribute type * fix python code |
||
|
|
940eb43095 |
Feature/azaytsev/merge to master (#2786)
* [IE CLDNN] Memory allocation optimizations (#2178) * [GNA] Safety fixes (#2193) * LSTMCell test [GNA] LSTMCell fix for GNA (#2216) * [GNA] fix scale factor calculation for unfused bias after fc (2021.1) (#2195) * [GNA] fix scale factor calculation for unfused bias after fc * change check * add test * apply requested changes * cpplint fix * apply test changes * modify model for test to match ::op:: * [LPT] Copy constant with several outputs before blob update (#2197) * [LPT] Copy constant implementation * [LPT] the same Constant ops as FQ interval boundaries * [Scripts] Fixing issue with exporting path-like env when it undef (#2164) * setupvars.sh: Added logic for exporting path env in case if it not defined * setupvars: Removed duplicated colon * Kept quotes where they were * setupvars: updated copyrights * FakeQuantize + Mul fusion (#2133) * FQ+Mul fusion transform skeleton * FQ+Mul fusion transform tests prep * Basic UT for the transform * Basic implementation of the transform * Parametrized UTs for FQMul transform * Parametrization of FQ+Mul UTs * Make sure that the shapes of constants match * Check if the mul constant matches FQ data * CentOs compilation error fix * PR feedback and adjusted tests * NHWC layout of the mul constant * UT: FQ output limits 4D * Redundant CF pass removed * Rewrite the graph in a different way * Shape checking infrastructure skeleton * Handle some negative cases * Check the rt info in the fusion test * Fuse all Mul nodes detected after FQ node * Dont cast the original FQ node * Dont throw if CF fails in new output range calculation * More UTs * Accept any type of input to FQ in the transformation * Test the fusion when all FQ inputs are non-const * Fusion test when only one output limit is const * Extend error message (#2174) * some nGraph KW fixes (#2176) * Removed redundant methods * Fixed KW for linux * Fix QueryNetwork for networks with KSO (#2202) * Added a test to reproduce QueryNetwork with KSO * Fixed QueryNetwork for networks with KSO * Added additional test * Fixed output names for case with redundant ops before result (#2209) * [IE][VPU]: Workaround to support parameter Beta for layer Swish (#2207) * Workaround to full support Swish layer. It is faster than native Swish for now. * [IE][VPU]: Remove the second call of ngraph::CommonOptimizations (#2221) * Remove the second call of ngraph::CommonOptimizations in myriad plugin * Reuse code with vpu ngraph transformations * Duplicate PR 2167 for release branch: GatherTree description was extended and outdated link fixed (#2235) * add more alrifications to description * move clarification to comment * pseudo code become more accurate * review changes * Add exposing function signatures via Cython (#2244) * [DOC] Reshape feature (#2194) * [IE][VPU][OpenCL] 2021.1 release compiler (#2189) * Statically analyzed issues. (#2261) * [IE][VPU]: Fix K propagation through Reshape (2021.1) (#2180) * Fix K propagation through Reshape * Add test cases * Revert "[IE TESTS] dynavic batch for mvn layer (#1010)" (#2256) This reverts commit |
||
|
|
f30656ed6d |
Fixing bugs in nGraph reference implementation of Interpolate-4 (#2204)
* Now coordinate_transformation_mode used for all axes in the 'nearest' mode. * Temporarily added tests for Interpolate-4 evaluate(). * Deleted temporarily added tests. * Fixed documentation for the 'nearest' mode. * Small fixes. * Disabled Interpolate-4 layer tests for CPU. * Disabled some Interpolate-4 CPU tests. * do not change index table when execute each time * layout check added * interpolate for no batch size even scale is 1 * coordinate transformation with div scale, not multiple 1/scale, for higher accuracy * disable tests temporal * test modification * Some changes. * Enabled some tests. |
||
|
|
7a74792ac4 |
Intepolate-4 nGraph operation (#1412)
* Fixed prototype of evaluate method. * Rewritten Interpolate-4 ctors (added argument output_shape). Corrected tests. * Fixed typo. * Fixed number of args of make_shared in op::v4::Interpolate::clone_with_new_inputs. * Fixes in Interpolate-4 tests. * Now ONNX Upsample-1 is readed as Interpolate-4 with 4 inputs. * Code style fixes. * Some fixes in Interpolate-4 layer test. * Now ONNX Upsample-9 is readed as Interpolate-4 with 4 inputs. * Small fixes. * Some changes. * Fixed processing of 'scales' input in evaluation of Interpolate-4: now 'scales' contains scales only from 'axes'. * Fixes in documentation. * Now reference implementation of Interpolate-4 is rewritten for using 3 required inputs. * Some code style fixes. * Small fix. * Started to write tests for method evaluate() of Interpolate-4. * Continued to write tests for evaluate() of Interpolate-4. * Some fixes. * Some additions. * Written draft of tests for 'cubic' mode with using scales. * Some changes. * Started to write tests for 'nearest' mode. * Started to write tests for 'linear_onnx' mode. * Some changes. * Small fixes. * Added setup of output type. * Small addition. * Added debug print into Interpolate-4 evaluate. * Now in Interpolate-4 evaluation tests 3 inputs of Interpolate are Constants. * Small changes. * Added some debug print. * Added more debug print. * Some fixes. * Now 4th argument of runtime::interpolate has type std::vector<int64_t>. * Added checks for result of calculations. * Added another expected values vector for the mode 'cubic'. * Temporarily commented result value checks for the cubic mode. * Written tests for 'nearest' mode. * Some reorganization. * Written tests for 'linear_onnx' mode. * Fixed padding loop. * Fixed docs for 'linear_onnx' mode. * Written tests for 'cubic' mode. * Deleted debug print. * Fixed code style. * Enabled CPU layer tests for Interpolate-4. * Reverted changes of this file. * Now ONNX importer reads Resize-1 as Interpolate-4 with 4 inputs. * Now ONNX importer reads Resize-11 as Interpolate-4 with 4 inputs. * Small fixes. * Fixed docs. * Added small epsilon in the shape calculation in the function op::v4::Interpolate::infer_using_scales. * Small fix. * Reduced size of the template function eval(). * Now the 'nearest' mode is rewritten to CoordinateTransfom instead of NDim* classes * Now the 'cubic' mode is rewritten to use CoordinateTransformation instead of NDim classes. * Started to rewrite 'linear' mode using CoordinateTransform. * Started to write helper class. * Small fix. * Small changes. * Some fix. * Fixed typo. * Now the preamble of 'linear_onnx' mode implementation is a method of helper class. * Now the function clip_coord is the method of helper class, and the mode 'linear' uses CoordinateTransform instead of NDim classes. * Deleted NDim classes. * Some fixes. * Some refactoring. * Some refactoring: now inner calculation of 'linear' is in helper class. * Moved reference implementation of Interpolate-4 into library with reference implementations. * Small fix. * Deleted commented tests. * Code stile fixes. * Deleted redundant type prop tests for Interpolate-4. * Documentation fixes. * Disabled IE_CPU tests for ONNX Resize: Interpolate-4 is not implemented in plugins. * Temporarily disabled some ONNX tests. * Some refactoring: deleted redundant attributes of InterpolateEval class. * Small fix. * Added NGRAPH_RTTI_DECLARATION and NGRAPH_RTTI_DEFINITION. * Added debug print to 'cubic' mode calculation. * Some deletions. * Small fix. * Fixed typos. * Added another debug print. * Now indices_shape is constructed from std::vector<std::size_t>(num_of_axes, 4) again. * Fixed CMakeLists.txt. * Small fix. * Added more debug print. * Fixed typo. * Fixed calculation of the first argument of helper.clip_coord in the inner loop of cubic_func. * Some code style fixes. * Alphabetically sorted operations of opset4. * Deleted constant cannot_define_axes. * Used std::iota instead of loop. * Renamed structure InfoToCallReference. * Now void op::v4::Interpolate::validate_and_infer_types() checks an element type of an input tensor. * Code style fix. * Changes in reading of ONNX Resize and Upsample: we generate Interpolate-4 without 'axes' input. * Now bodies of functions evaluate_interpolate_v4() and inline bool evaluate() are moved in the method bool op::v4::Interpolate::evaluate. * Fixes in example of the documentation of Interpolate-4. * Fixed typos. * Small fix. * Some fixes. * Deleted some type aliases. * Uncommented a test for 'cubic' mode. * Small code style fix in bool op::v4::Interpolate::evaluate. * Uncommented more test for Interpolate-4 reference implementation. * Added more debug print. * Some changes. * Uncommented all tests for Interpolate-4 evaluate(). * Deleted debug print. * Deleted 'simple' mode from the map nearest_mode_map. * Code style fixes. * Disabled some CPU tests. * Some fixes. * Small fixes. * Some fixes. * Fixed typo. * Fixed typo. * Small change. * Fixed some typos. * Fixed some typos. * Fix in operator() of the class GetOriginalCoordinate. * Disabled some CPU tests. * Small changes. * Deleted template function from resize.cpp. * Code style fixes. * Refactored the method op::v4::Interpolate::evaluate. * Added documentation for infer_using_scales() and infer_using_shapes(). * Added documentation for classes GetNearestPixel and GetOriginalCoordinate. * Small fixes. * Some code style fixes. * Small fixes. * Some changes. * Added NGRAPH_SUPPRESS_DEPRECATED_START and NGRAPH_SUPPRESS_DEPRECATED_END for using v0::InterpolateAttrs; and using v0::Interpolate; * Code style fix. * Enabled ONNX import only tests for Resize-10, Upsample-8, Upsample-9. * Fixed element type for scales_const. Fixed targetShapes and pads in single layer tests. * Small changes. * Added conversion from NGRAPH to CNNLayer. * Added documentation for the class InterpolateEval. * Now 'nearest' mode has special tests in cpu single layer tests. * Small changes. * Fixes in cpu single layer tests. * Temporarily commented Interpolate-4 in ConvertFunctionToCNNNetworkTests. * Added some docs. * Enabled some tests for Resize-11. * Added test. * Corrected expected values in the resize_downsample_scales_align_corners case. * Added more test for the 'cubic' mode. * Added more test for linear_onnx mode. * Deleted debug print for linear_onnx mode. * Deleted debug prints. Added yet another test for 'nearest' mode. * Fixes for import of ONNX Resize-10 and Upsamples. * Applyed Evgeny Lazarev fix for Interpolate-4 infer function. * Code style fixes. * Some tests were deleted from unit_test.manifest file for INTERPRETER. * Deleted test for downscale Resize-10: results of infer are correct, but comparison is not. * Enabled test INTERPRETER.onnx_empty_initializers_handling. * Some fixes. * Added the method run_with_tolerance_as_fp() to the class TestCase and the method compare_results_with_tolerance_as_fp() to the class TestCaseEngine. * Small fix. * Small fix. * Added yet another type_prop test. * Disabled CPU test IE_CPU.onnx_empty_initializers_handling. * Code style fixes. * Enabled some ONNX tests. * Some changes. * Code style fix. * Enabled test INTERPRETER.onnx_model_round. * Disabled tests with behavior as behavior of INTERPRETER.onnx_resize11_scales_down_linear. * Changed tolerance for test onnx_empty_initializers_handling. * Changed tolerance in the test onnx_resize11_sizes_linear (otherwise this test is failed in MacOS). Disabled test INTERPRETER.onnx_resize11_sizes_nearest_asymmetric_floor, because this test failed in MacOS only. |
||
|
|
ef45b5da8d |
Doc Migration (master) (#1377)
* Doc Migration from Gitlab (#1289) * doc migration * fix * Update FakeQuantize_1.md * Update performance_benchmarks.md * Updates graphs for FPGA * Update performance_benchmarks.md * Change DL Workbench structure (#1) * Changed DL Workbench structure * Fixed tags * fixes * Update ie_docs.xml * Update performance_benchmarks_faq.md * Fixes in DL Workbench layout * Fixes for CVS-31290 * [DL Workbench] Minor correction * Fix for CVS-30955 * Added nGraph deprecation notice as requested by Zoe * fix broken links in api doxy layouts * CVS-31131 fixes * Additional fixes * Fixed POT TOC * Update PAC_Configure.md PAC DCP 1.2.1 install guide. * Update inference_engine_intro.md * fix broken link * Update opset.md * fix * added opset4 to layout * added new opsets to layout, set labels for them * Update VisionAcceleratorFPGA_Configure.md Updated from 2020.3 to 2020.4 Co-authored-by: domi2000 <domi2000@users.noreply.github.com> |
||
|
|
f2aba7cdf6 |
Specify, review and approve operation Interpolate-4 (#1035)
* Added documentation for Interpolate-3. * Some fixes. * Fixed some typos. * Now Interpolate-3 is Interpolate-4. * Fixed typo. * DEleted unused 'mode' 'area'. * Fixed some typos. * Now 'axes' attribute is an input of Interpolate. * Added description of variants of nearest_mode. * Added descriptions of coordinate transformation modes. * Now 'axes' is an optional input. * Fixed typo. |