Class ov::DisableFP16Compression#

class DisableFP16Compression : public ov::RuntimeAttribute#

DisableFP16Compression class represents runtime info attribute that marks operation as prohibited to convert to lower precision (e.g. to FP16) and they should be inferred precisely in the original precision.

Deprecated:

Use disable_conversion(node, element::f16) and is_conversion_disabled(node, element::f16) instead.