Crate ella_common

Source

Re-exports§

pub use crate::time::now;
pub use crate::time::Time;
pub use error::Error;
pub use error::Result;

Modules§

array
error
ops
row
shape
time

Structs§

Duration
A span of time with nanosecond precision.
OffsetDateTime
A PrimitiveDateTime with a UtcOffset.

Enums§

TensorType

Traits§

MaskedValue
Trait that allows casting between TensorValue::Masked and Option<TensorValue>
TensorValue
A trait for data that can be stored as in a tensor.