[][src]Trait tract_hir::infer::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<GenericFactoid<i32>> for i32[src]

Loading content...

Implementors

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

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

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

impl IntoExp<GenericFactoid<Arc<Tensor>>> for ValueProxy[src]

impl IntoExp<GenericFactoid<Arc<Tensor>>> for Arc<Tensor>[src]

impl IntoExp<ShapeFactoid> for ShapeProxy[src]

impl IntoExp<ShapeFactoid> for ShapeFactoid[src]

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

impl<'_> IntoExp<GenericFactoid<TDim>> for &'_ TDim[src]

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

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

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

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

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

impl<'a> IntoExp<GenericFactoid<Arc<Tensor>>> for &'a ValueProxy[src]

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

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

Loading content...