☰
Trait IntoExp
Required Methods
bex
Implementations on Foreign Types
i64
Implementors
Other items in
tract_hir
::
infer
::
rules
::
expr
All crates
?
Trait
tract_hir
::
infer
::
rules
::
expr
::
IntoExp
[
−
]
[src]
pub trait IntoExp<T> { fn
bex
(self) ->
Exp
<T>; }
Required methods
[src]
fn
bex
(self) ->
Exp
<T>
Converts the value to an Expression.
Implementations on Foreign Types
[src]
impl
IntoExp
<
GenericFactoid
<
i64
>> for
i64
[src]
fn
bex
(self) ->
Exp
<
IntFactoid
>
Implementors
[src]
impl
IntoExp
<
GenericFactoid
<
DatumType
>> for
DatumType
[src]
impl
IntoExp
<
GenericFactoid
<
DatumType
>> for
TypeProxy
[src]
impl
IntoExp
<
GenericFactoid
<
TDim
>> for &
TDim
[src]
impl
IntoExp
<
GenericFactoid
<
TDim
>> for
TDim
[src]
impl
IntoExp
<
GenericFactoid
<
Arc
<
Tensor
>>> for
Arc
<
Tensor
>
[src]
impl
IntoExp
<
GenericFactoid
<
Arc
<
Tensor
>>> for
ValueProxy
[src]
impl
IntoExp
<
ShapeFactoid
> for
ShapeFactoid
[src]
impl
IntoExp
<
ShapeFactoid
> for
ShapeProxy
[src]
impl
IntoExp
<
ShapeFactoid
> for
TVec
<
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
<
i64
>> for &'a
ElementProxy
[src]
impl<'a>
IntoExp
<
GenericFactoid
<
i64
>> 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