torch.FloatDTypeRule
export type FloatDTypeRule = 'float';Output dtype is always float. Used for operations like mean, std that require floating point.
export type FloatDTypeRule = 'float';Output dtype is always float. Used for operations like mean, std that require floating point.