[−][src]Struct tract_core::pulse::PulsedFact
Fields
datum_type: DatumTypeshape: TVec<usize>axis: usizedim: TDimdelay: usizeMethods
impl PulsedFact[src]
pub fn from_tensor_fact_pulse(
tf: &NormalizedFact,
pulse: usize
) -> TractResult<PulsedFact>[src]
tf: &NormalizedFact,
pulse: usize
) -> TractResult<PulsedFact>
pub fn pulse(&self) -> usize[src]
pub fn to_pulse_fact(&self) -> NormalizedFact[src]
pub fn streaming_shape(&self) -> Vec<TDim>[src]
pub fn to_streaming_fact(&self) -> NormalizedFact[src]
Trait Implementations
impl Translate<NormalizedFact, Box<dyn TypedOp + 'static>, PulsedFact, Box<dyn PulsedOp + '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 Translate<PulsedFact, Box<dyn PulsedOp + 'static>, TypedFact, Box<dyn TypedOp + 'static>, ()> for Box<dyn PulsedOp>[src]
fn translate(
&self,
_source: &PulsedModel,
node: &PulsedNode,
target: &mut TypedModel,
mapping: &HashMap<OutletId, OutletId>,
_ctx: &()
) -> TractResult<TVec<OutletId>>[src]
&self,
_source: &PulsedModel,
node: &PulsedNode,
target: &mut TypedModel,
mapping: &HashMap<OutletId, OutletId>,
_ctx: &()
) -> TractResult<TVec<OutletId>>
impl ModelSpecialOps<PulsedFact, Box<dyn TypedOp + 'static>> for PulsedModel[src]
fn add_source(
&mut self,
name: impl Into<String>,
fact: PulsedFact
) -> TractResult<OutletId>[src]
&mut self,
name: impl Into<String>,
fact: PulsedFact
) -> TractResult<OutletId>
fn create_dummy(&self) -> Box<dyn TypedOp>[src]
impl ModelWireNode<PulsedFact, Box<dyn PulsedOp + 'static>> for PulsedModel[src]
fn wire_node(
&mut self,
name: impl Into<String>,
op: impl Into<Box<dyn PulsedOp>>,
inputs: &[OutletId]
) -> TractResult<TVec<OutletId>>[src]
&mut self,
name: impl Into<String>,
op: impl Into<Box<dyn PulsedOp>>,
inputs: &[OutletId]
) -> TractResult<TVec<OutletId>>
impl Fact for PulsedFact[src]
fn to_tensor_fact(&self) -> InferenceFact[src]
impl Clone for PulsedFact[src]
fn clone(&self) -> PulsedFact[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<PulsedFact> for PulsedFact[src]
fn eq(&self, other: &PulsedFact) -> bool[src]
fn ne(&self, other: &PulsedFact) -> bool[src]
impl Debug for PulsedFact[src]
impl TryFrom<PulsedFact> for TypedFact[src]
type Error = TractError
The type returned in the event of a conversion error.
fn try_from(fact: PulsedFact) -> TractResult<TypedFact>[src]
Auto Trait Implementations
impl Send for PulsedFact
impl Unpin for PulsedFact
impl Sync for PulsedFact
impl UnwindSafe for PulsedFact
impl RefUnwindSafe for PulsedFact
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,