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