forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CPU] CPU plugin api 2.0 migration for TensorDesc (openvinotoolkit#21002
) * [CPU] CPU API 2.0 migration for TensorDesc * Fixed CustomOpCPUTest issue * Cleanup unused code 1. normalize_preprocess 2. MemoryDescUtils::convertToBlockedMemoryDesc 3. Fix a typo issue * Fix zero dim with none zero strides issue * Fix Expected and actual shape are different: [] VS [1] * Remove InferenceEngine::Layout * Solve rebase issues * Update for code reviewer's comments * Keep ov::intel_cpu::node::Generic for legacy compatibility * Solve scalar data issue * Solve reviewer's comments * Restore Generic registeration
- Loading branch information
1 parent
fbec7be
commit 04db11e
Showing
20 changed files
with
120 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.