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