Skip to content

Commit d1a76db

Browse files
jade-choCopilot
andauthored
Update src/cpp/src/visual_language/phi3_vision/classes.cpp
Co-authored-by: Copilot <[email protected]>
1 parent a08492b commit d1a76db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/src/visual_language/phi3_vision/classes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ std::shared_ptr<ov::Node> create_bicubic_resize(std::shared_ptr<ov::Node> input,
541541
attrs.mode = v11::Interpolate::InterpolateMode::CUBIC;
542542
attrs.shape_calculation_mode = v11::Interpolate::ShapeCalcMode::SIZES;
543543
attrs.coordinate_transformation_mode = v11::Interpolate::CoordinateTransformMode::ASYMMETRIC;
544-
attrs.cube_coeff = -0.5f; // Standard coefficient for bicubic interpolation (catmull-rom)
544+
attrs.cube_coeff = -0.5f; // Standard coefficient for bicubic interpolation (Catmull-Rom)
545545
attrs.nearest_mode = v11::Interpolate::NearestMode::FLOOR;
546546
attrs.pads_begin = {0, 0};
547547
attrs.pads_end = {0, 0};

0 commit comments

Comments
 (0)