Type Definition moose::types::HostInt16Tensor
source · [−]pub type HostInt16Tensor = HostTensor<i16>;
Trait Implementations
sourceimpl CanonicalType for HostInt16Tensor
impl CanonicalType for HostInt16Tensor
type Type = HostTensor<i16>
sourceimpl KnownType<AsyncSession> for HostInt16Tensor
impl KnownType<AsyncSession> for HostInt16Tensor
sourceimpl KnownType<SymbolicSession> for HostInt16Tensor
impl KnownType<SymbolicSession> for HostInt16Tensor
type Type = <HostTensor<i16> as SymbolicType>::Type
const TY: Ty = Ty::HostInt16Tensor
sourceimpl KnownType<SyncSession> for HostInt16Tensor
impl KnownType<SyncSession> for HostInt16Tensor
sourceimpl PartiallySymbolicType for HostInt16Tensor
impl PartiallySymbolicType for HostInt16Tensor
type Type = HostTensor<i16>
sourceimpl<'v> TryFrom<&'v Value> for &'v HostInt16Tensor
impl<'v> TryFrom<&'v Value> for &'v HostInt16Tensor
sourceimpl TryFrom<<HostTensor<i16> as SymbolicType>::Type> for HostInt16Tensor
impl TryFrom<<HostTensor<i16> as SymbolicType>::Type> for HostInt16Tensor
sourcefn try_from(v: <HostInt16Tensor as SymbolicType>::Type) -> Result<Self>
fn try_from(v: <HostInt16Tensor as SymbolicType>::Type) -> Result<Self>
Performs the conversion.