* add get property test case * add CanCreateTwoExeNetworksAndCheckFunction and pluginDoesNotChangeOriginalNetwork * tmp * add canSetInputPrecisionForNetwork and canSetOutputPrecisionForNetwork * fix code style * tmp * Revert "tmp" This reverts commitff3f8d56d5. * tmp * add CanCompileModelWithEmptyProperties * remove comment * add infer request * add CanLoadNetworkWithCustomLocale * add CanLoadNetworkWithCustomLocale * fix error * remove case in io_tensor.cpp * fix Unsupported metric key: OPTIMAL_BATCH_SIZE * Update src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/include/api_conformance_helpers.hpp Co-authored-by: Chen Peter <peter.chen@intel.com> * fix batch size * remove useless code * remove failed case CanCompileModelWithEmptyProperties, CanLoadNetworkWithCustomLocale and LoadNetworkWithBigDeviceIDThrows to test * Revert "remove failed case CanCompileModelWithEmptyProperties, CanLoadNetworkWithCustomLocale and LoadNetworkWithBigDeviceIDThrows to test" This reverts commit1317d0773c. * Revert "remove useless code" This reverts commitb3dd0ffaab. * Revert "fix batch size" This reverts commit2afd673cff. * Revert "Update src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/include/api_conformance_helpers.hpp" This reverts commit9d6030952f. * Revert "fix Unsupported metric key: OPTIMAL_BATCH_SIZE" This reverts commit2de26547ea. * try to add optimal_batch_size in cpu plugin * return model when optimal_batch_size not found in apply_auto_batching * revert cpu plugin * gna cannot support some model * update test case name * skip CanCreateTwoCompiledModelsAndCheckRuntimeModel in gna * Update src/inference/src/dev/core_impl.cpp Co-authored-by: Chen Peter <peter.chen@intel.com> * Update src/inference/src/dev/core_impl.cpp Co-authored-by: Chen Peter <peter.chen@intel.com> * replace deviceName.substr(pos + 1) with deviceNameWithoutBatch * fix bug * Update src/inference/src/dev/core_impl.cpp Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com> * Update src/tests/functional/plugin/shared/include/behavior/compiled_model/compiled_model_base.hpp Co-authored-by: River Li <river.li@intel.com> * Update src/tests/functional/plugin/shared/include/behavior/compiled_model/compiled_model_base.hpp Co-authored-by: River Li <river.li@intel.com> * Update src/plugins/intel_gna/tests/functional/shared_tests_instances/skip_tests_config.cpp Co-authored-by: River Li <river.li@intel.com> * Update src/plugins/intel_gna/tests/functional/shared_tests_instances/skip_tests_config.cpp Co-authored-by: River Li <river.li@intel.com> --------- Co-authored-by: Chen Peter <peter.chen@intel.com> Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com> Co-authored-by: River Li <river.li@intel.com>