[][src]Trait tract_core::analyser::rules::expr::IntoExp

pub trait IntoExp<T> {
    fn bex(self) -> Exp<T>;
}

Required methods

fn bex(self) -> Exp<T>

Converts the value to an Expression.

Loading content...

Implementations on Foreign Types

impl IntoExp<GenericFact<i32>> for i32[src]

Loading content...

Implementors

impl IntoExp<GenericFact<DatumType>> for DatumType[src]

impl IntoExp<GenericFact<DatumType>> for TypeProxy[src]

impl IntoExp<GenericFact<TDim>> for TDim[src]

impl IntoExp<GenericFact<SharedTensor>> for ValueProxy[src]

impl IntoExp<GenericFact<SharedTensor>> for SharedTensor[src]

impl IntoExp<ShapeFact> for ShapeProxy[src]

impl IntoExp<ShapeFact> for ShapeFact[src]

impl IntoExp<ShapeFact> for TVec<TDim>[src]

impl<'a> IntoExp<GenericFact<DatumType>> for &'a DatumType[src]

impl<'a> IntoExp<GenericFact<DatumType>> for &'a TypeProxy[src]

impl<'a> IntoExp<GenericFact<i32>> for &'a IntProxy[src]

impl<'a> IntoExp<GenericFact<i32>> for &'a ElementProxy[src]

impl<'a> IntoExp<GenericFact<TDim>> for &'a DimProxy[src]

impl<'a> IntoExp<GenericFact<SharedTensor>> for &'a ValueProxy[src]

impl<'a> IntoExp<ShapeFact> for &'a ShapeProxy[src]

impl<T, E: TExp<T> + 'static> IntoExp<T> for E[src]

Loading content...