Skip to content

Commit

Permalink
Update src/frontends/pytorch/src/op/lerp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mvafin authored Oct 28, 2024
1 parent 6bb005f commit c85244a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontends/pytorch/src/op/lerp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace op {
using namespace ov::op;

OutputVector translate_lerp(const NodeContext& context) {
// Tensor = aten::lerp(%lhs.1, %rhs.1, %self.weight)
num_inputs_check(context, 3, 3);
Output<Node> start;
Output<Node> end;
Expand Down

0 comments on commit c85244a

Please sign in to comment.