[−][src]Struct tract_core::pulse::PulsedTensorFact
Fields
dt: DatumTypeshape: TVec<usize>axis: usizedim: TDimdelay: usizeMethods
impl PulsedTensorFact[src]
pub fn from_tensor_fact_pulse(
tf: &NormalizedTensorInfo,
pulse: usize
) -> TractResult<PulsedTensorFact>[src]
tf: &NormalizedTensorInfo,
pulse: usize
) -> TractResult<PulsedTensorFact>
pub fn pulse(&self) -> usize[src]
pub fn to_pulse_fact(&self) -> NormalizedTensorInfo[src]
pub fn streaming_shape(&self) -> Vec<TDim>[src]
pub fn to_streaming_fact(&self) -> NormalizedTensorInfo[src]
Trait Implementations
impl Translate<NormalizedTensorInfo, Box<dyn TypedOp + 'static>, PulsedTensorFact, Box<dyn TypedOp + 'static>, usize> for Box<dyn TypedOp>[src]
fn translate(
&self,
source: &NormalizedModel,
node: &NormalizedNode,
target: &mut PulsedModel,
mapping: &HashMap<OutletId, OutletId>,
ctx: &usize
) -> TractResult<TVec<OutletId>>[src]
&self,
source: &NormalizedModel,
node: &NormalizedNode,
target: &mut PulsedModel,
mapping: &HashMap<OutletId, OutletId>,
ctx: &usize
) -> TractResult<TVec<OutletId>>
impl ModelSpecialOps<PulsedTensorFact, Box<dyn TypedOp + 'static>> for PulsedModel[src]
fn add_source(
&mut self,
name: impl Into<String>,
fact: PulsedTensorFact
) -> TractResult<usize>[src]
&mut self,
name: impl Into<String>,
fact: PulsedTensorFact
) -> TractResult<usize>
fn create_dummy(&self) -> Box<dyn TypedOp>[src]
impl TensorInfo for PulsedTensorFact[src]
fn to_tensor_fact(&self) -> TensorFact[src]
impl Clone for PulsedTensorFact[src]
fn clone(&self) -> PulsedTensorFact[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<PulsedTensorFact> for PulsedTensorFact[src]
fn eq(&self, other: &PulsedTensorFact) -> bool[src]
fn ne(&self, other: &PulsedTensorFact) -> bool[src]
impl Debug for PulsedTensorFact[src]
impl TryFrom<PulsedTensorFact> for TypedTensorInfo[src]
type Error = TractError
The type returned in the event of a conversion error.
fn try_from(fact: PulsedTensorFact) -> TractResult<TypedTensorInfo>[src]
Auto Trait Implementations
impl Unpin for PulsedTensorFact
impl Sync for PulsedTensorFact
impl Send for PulsedTensorFact
impl UnwindSafe for PulsedTensorFact
impl RefUnwindSafe for PulsedTensorFact
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Downcast for T where
T: Any, [src]
T: Any,
fn into_any(self: Box<T>) -> Box<dyn Any + 'static>[src]
fn as_any(&self) -> &(dyn Any + 'static)[src]
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)[src]
impl<T> Clone for T where
T: Clone, [src]
T: Clone,