Trait tc_collection::tensor::TensorCast
source · pub trait TensorCast {
type Cast;
// Required method
fn cast_into(self, dtype: NumberType) -> TCResult<Self::Cast>;
}
Expand description
Method to cast a tensor into a different data type