Skip to content

Commit

Permalink
[IE Myriad] Fix for myriadInferTests_nightly.NCHW_Input
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-kud committed Feb 5, 2021
1 parent 937c332 commit fef5aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inference-engine/src/preprocessing/ie_preprocess_gapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ inline int get_cv_depth(const TensorDesc &ie_desc) {
case Precision::U8: return CV_8U;
case Precision::FP32: return CV_32F;
case Precision::U16: return CV_16U;
case Precision::FP16: return CV_16U;

default: THROW_IE_EXCEPTION << "Unsupported data type";
}
Expand Down

0 comments on commit fef5aec

Please sign in to comment.