ConvolutionBackpropData weights have following shape {input channels, output_channels, ...},
so unlike forward convolution, the output channels are on the second dimension.
* kernel_impl_params should be serialized before primitive_impl
* reduced the range of min max values for this test case
* updated to use default get_mem when min max are not specified
* Update.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* 1. Remove part of AUTO/MULTI test case since they has been coverred in another PR[13738].
2. Move the rest part of AUTO/MULTI test cases into CPU function test suit.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Update.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* moved serialization include path
* quiet onednn-gpu patching
* save and load kernels in _impls
* changed to use OPENVINO_ASSERT
* fix errata
* updated to follow OpenVINO naming convention
* updated error messages
* binary buffer by vector<uint8_t>
* partial_shape serialization
* removed object_type
* added a new storage class for primitive_type_string and id
* updated to throw an exception when _node is null in build_deps().
* removed redundant memory_pool clearing
* added a new net_id creator
* newline at eof
* updated CLDNN with GPU
* added cache blob descriptions
* updated output allocation logic in serialization
* added ov::device::architecture in supported properties
* overrided save and load in data_inst and mutable_data_inst
* removed save and load functions in mutable_data
* baseline for serialization unit tests
* added serialization unit tests
* added serialization unit tests
* updated not to execute build_deps when deserialized
* make_data without namespace
* updated to use default layout c-tor
* updated get_unique_net_id()
* updated get_type_id() to a pure virtual method
* updated ov::caching_properties
* added [GPU] tags
* updated network c-tor
* updated unit tests
* Add developer guide for conditional compilation
Change-Id: If769ce1afc045e678b5816ed6ae903ba48a5a320
* Use reference to real code as example
Change-Id: I21f6aa47dfdf4ab7e92424a3ccc3d7524cc4b762
* Add table for macros
Change-Id: I9503d801ebe67ea5c6e525e02a21a7295ba56bc6
* Update for more clear description
Change-Id: I83b39f4a2462fb47ad1537e9747a2bb4a031dab9
* Use refer link replace code snippet
Change-Id: I5e63302718ab02eb4bd7a28ae994c8e5e26e0e02
* Add README.md for CC
Change-Id: I90abe73297deb5f55f219c15b093a02a30f9e8b5
* Update README.md
Change-Id: I8199252cb24fdacba16ea8b9fac63f6f47e4f1e3
* Add link list to doc
Change-Id: Id9a512cf8998cf18795cc0ac096fbbf89b28941c
* Move transformation and lp transformations tests from IeFuncTests and IeUnitTests
* Enable tests in Azure CI
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
+ Updated oneDNN to use cache_blob
+ Updated oneDNN to fix group conv failure
+ Add g_os_iyx_osv8 format and relevant reorder to support oneDNN update
+ Used cached_blob to make engine if cache_dir config is used
Signed-off-by: Min, Byungil <byungil.min@intel.com>
* [C Sample][Readme] correct C sample read me
Signed-off-by: xuejun <Xuejun.Zhai@intel.com>
* [C API][Sample] modify readme about api list
Signed-off-by: xuejun <Xuejun.Zhai@intel.com>
Signed-off-by: xuejun <Xuejun.Zhai@intel.com>