Is your feature request related to a problem? Please describe.
As we are adding more and more args based on torch API or numpy API, I think we should use kwargs directly for future support.
And I will also update the covert_to_type utility to convert dtype and device in 1 call to avoid duplicated copy.
Is your feature request related to a problem? Please describe.
As we are adding more and more args based on
torchAPI ornumpyAPI, I think we should usekwargsdirectly for future support.And I will also update the
covert_to_typeutility to convertdtypeanddevicein 1 call to avoid duplicated copy.