diff --git a/fx2ait/fx2ait/converters/ait_converters.py b/fx2ait/fx2ait/converters/ait_converters.py index 88f7c8e34..ab4418987 100644 --- a/fx2ait/fx2ait/converters/ait_converters.py +++ b/fx2ait/fx2ait/converters/ait_converters.py @@ -1550,6 +1550,7 @@ def acc_ops_contiguous( @ait_converter(acc_ops.to_dtype) +@ait_converter(acc_ops.dtype) def acc_ops_to_dtype( target: Target, args: Tuple[Argument, ...],