torch.AutogradDType
export type AutogradDType = DType | '*';Values
DType'*'
DType type for autograd registration. Use '*' for wildcard to match any dtype.
export type AutogradDType = DType | '*';DType'*'DType type for autograd registration. Use '*' for wildcard to match any dtype.