Closed goodsong81 closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.00%. Comparing base (
456520b
) to head (9da7664
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
import openvino.runtime as ov
->import openvino as ov
where possibleOVDict
->Mapping
for generality (OVDict inherits Mapping, anyway)