impl IntoExp<GenericFactoid<i32>> for i32[src]fn bex(self) -> Exp<IntFactoid>[src]impl IntoExp<GenericFactoid<DatumType>> for DatumType[src]fn bex(self) -> Exp<TypeFactoid>[src]impl IntoExp<GenericFactoid<DatumType>> for TypeProxy[src]fn bex(self) -> Exp<TypeFactoid>[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]fn bex(self) -> Exp<ShapeFactoid>[src]impl IntoExp<ShapeFactoid> for ShapeFactoid[src]fn bex(self) -> Exp<ShapeFactoid>[src]impl IntoExp<ShapeFactoid> for TVec<TDim>[src]fn bex(self) -> Exp<ShapeFactoid>[src]impl<'_> IntoExp<GenericFactoid<TDim>> for &'_ TDim[src]impl<'a> IntoExp<GenericFactoid<DatumType>> for &'a DatumType[src]fn bex(self) -> Exp<TypeFactoid>[src]impl<'a> IntoExp<GenericFactoid<DatumType>> for &'a TypeProxy[src]fn bex(self) -> Exp<TypeFactoid>[src]impl<'a> IntoExp<GenericFactoid<TDim>> for &'a DimProxy[src]impl<'a> IntoExp<GenericFactoid<i32>> for &'a IntProxy[src]fn bex(self) -> Exp<IntFactoid>[src]impl<'a> IntoExp<GenericFactoid<i32>> for &'a ElementProxy[src]fn bex(self) -> Exp<IntFactoid>[src]impl<'a> IntoExp<GenericFactoid<Arc<Tensor>>> for &'a ValueProxy[src]impl<'a> IntoExp<ShapeFactoid> for &'a ShapeProxy[src]fn bex(self) -> Exp<ShapeFactoid>[src]impl<T, E: TExp<T> + 'static> IntoExp<T> for E[src]