Trait tract_pulse::internal::tract_core::ops::nn::DatumExt

source ·
pub trait DatumExt {
    // Required methods
    fn scalar_fact() -> TypedFact;
    fn fact<S>(shape: S) -> TypedFact
       where S: Into<ShapeFact>;
}

Required Methods§

source

fn scalar_fact() -> TypedFact

source

fn fact<S>(shape: S) -> TypedFact
where S: Into<ShapeFact>,

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> DatumExt for T
where T: Datum,