Type Alias IntervalYearMonthTensor
pub type IntervalYearMonthTensor<'a> = Tensor<'a, IntervalYearMonthType>;Expand description
Tensor of type IntervalYearMonthType
Aliased Typeยง
pub struct IntervalYearMonthTensor<'a> { /* private fields */ }