pub type DurationNanosecondTensor<'a> = Tensor<'a, DurationNanosecondType>;Expand description
Tensor of type DurationNanosecondType
Aliased Type§
pub struct DurationNanosecondTensor<'a> {
    data_type: DataType,
    buffer: Buffer,
    shape: Option<Vec<usize>>,
    strides: Option<Vec<usize>>,
    names: Option<Vec<&'a str>>,
    _marker: PhantomData<DurationNanosecondType>,
}Fields§
§data_type: DataType§buffer: Buffer§shape: Option<Vec<usize>>§strides: Option<Vec<usize>>§names: Option<Vec<&'a str>>§_marker: PhantomData<DurationNanosecondType>