openvino
openvino copied to clipboard
[core] Improve speed of Constant::cast_vector for f16, bf16 -> f32
Details:
- Constant use Convert implementation from core reference instead standard approach.
- Remove value range validation when destination type can hold all values from constant e.g i8 -> i16, f16 -> f32.
Tickets:
- CVS-142211