Skip to content

Commit

Permalink
[LPT] ReduceSum: zero point support: core update rollback (openvinoto…
Browse files Browse the repository at this point in the history
…olkit#25011)

### Details:
 - *[LPT] ReduceSum: zero point support*
 - *Original PR: openvinotoolkit#24977

### Tickets:
 - *CVS-142256*
  • Loading branch information
eshoguli authored and allnes committed Jun 26, 2024
1 parent 1ca91df commit 0d85bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/op/multiply.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ bool Multiply::evaluate(TensorVector& outputs, const TensorVector& inputs) const
this,
outputs,
inputs,
OV_PP_ET_LIST(f32, f64, i8, i32, i64, u8, u32, u64),
OV_PP_ET_LIST(f32, f64, i32, i64, u32, u64),
multiply::Evaluate,
inputs[0].get_element_type(),
inputs[0],
Expand Down

0 comments on commit 0d85bbd

Please sign in to comment.