exception documentation

class UnsupportedDtypeError(Exception): (source)

View In Hierarchy

An error that will be thrown by .to if the model does not support the given dtype.

See ModelBase.to for more information.