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