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