Trait ella_common::row::NamedRowFormat
source · pub trait NamedRowFormat: RowFormat {
// Required methods
fn name(&self, i: usize) -> String;
fn data_type(&self, i: usize) -> TensorType;
fn row_shape(&self, i: usize) -> Dyn;
}