Struct tract_pulse::internal::Registry [−]
Fields
id: String
fragments: HashMap<String, FragmentDef, RandomState>
primitives: HashMap<String, (Vec<Parameter, Global>, fn(&mut ModelBuilder<'_>, &ResolvedInvocation<'_>) -> Result<SmallVec<[OutletId; 4]>, Error>), RandomState>
unit_element_wise_ops: Vec<(String, Box<dyn ElementWiseMiniOp + 'static, Global>), Global>
element_wise_ops: Vec<(String, TypeId, fn(&mut IntoAst<'_>, &Node<TypedFact, Box<dyn TypedOp + 'static, Global>>) -> Result<Option<Arc<RValue>>, Error>, Vec<Parameter, Global>, fn(&mut ModelBuilder<'_>, &ResolvedInvocation<'_>) -> Result<SmallVec<[OutletId; 4]>, Error>), Global>
binary_ops: Vec<(String, Box<dyn BinMiniOp + 'static, Global>, Option<Box<dyn BinMiniOp + 'static, Global>>), Global>
from_tract: HashMap<TypeId, fn(&mut IntoAst<'_>, &Node<TypedFact, Box<dyn TypedOp + 'static, Global>>) -> Result<Option<Arc<RValue>>, Error>, RandomState>
Implementations
impl Registry
pub fn new(id: impl Into<String>) -> Registry
pub fn register_dumper(
&mut self,
id: TypeId,
func: fn(&mut IntoAst<'_>, &Node<TypedFact, Box<dyn TypedOp + 'static, Global>>) -> Result<Option<Arc<RValue>>, Error>
)
&mut self,
id: TypeId,
func: fn(&mut IntoAst<'_>, &Node<TypedFact, Box<dyn TypedOp + 'static, Global>>) -> Result<Option<Arc<RValue>>, Error>
)
pub fn register_primitive(
&mut self,
id: &str,
decl: &[Parameter],
func: fn(&mut ModelBuilder<'_>, &ResolvedInvocation<'_>) -> Result<SmallVec<[OutletId; 4]>, Error>
)
&mut self,
id: &str,
decl: &[Parameter],
func: fn(&mut ModelBuilder<'_>, &ResolvedInvocation<'_>) -> Result<SmallVec<[OutletId; 4]>, Error>
)
pub fn register_fragment(&mut self, def: FragmentDef)
pub fn register_unit_element_wise(
&mut self,
id: impl Into<String>,
ew: &(dyn ElementWiseMiniOp + 'static)
)
&mut self,
id: impl Into<String>,
ew: &(dyn ElementWiseMiniOp + 'static)
)
pub fn register_element_wise(
&mut self,
id: impl Into<String>,
type_id: TypeId,
dumper: fn(&mut IntoAst<'_>, &Node<TypedFact, Box<dyn TypedOp + 'static, Global>>) -> Result<Option<Arc<RValue>>, Error>,
parameters: Vec<Parameter, Global>,
loader: fn(&mut ModelBuilder<'_>, &ResolvedInvocation<'_>) -> Result<SmallVec<[OutletId; 4]>, Error>
)
&mut self,
id: impl Into<String>,
type_id: TypeId,
dumper: fn(&mut IntoAst<'_>, &Node<TypedFact, Box<dyn TypedOp + 'static, Global>>) -> Result<Option<Arc<RValue>>, Error>,
parameters: Vec<Parameter, Global>,
loader: fn(&mut ModelBuilder<'_>, &ResolvedInvocation<'_>) -> Result<SmallVec<[OutletId; 4]>, Error>
)
pub fn register_binary(
&mut self,
id: impl Into<String>,
op: &(dyn BinMiniOp + 'static)
)
&mut self,
id: impl Into<String>,
op: &(dyn BinMiniOp + 'static)
)
pub fn register_binary_with_flipped(
&mut self,
id: impl Into<String>,
op: &(dyn BinMiniOp + 'static),
flipped: &(dyn BinMiniOp + 'static)
)
&mut self,
id: impl Into<String>,
op: &(dyn BinMiniOp + 'static),
flipped: &(dyn BinMiniOp + 'static)
)
pub fn serialize(
&self,
ast: &mut IntoAst<'_>,
node: &Node<TypedFact, Box<dyn TypedOp + 'static, Global>>
) -> Result<Option<Arc<RValue>>, Error>
&self,
ast: &mut IntoAst<'_>,
node: &Node<TypedFact, Box<dyn TypedOp + 'static, Global>>
) -> Result<Option<Arc<RValue>>, Error>
pub fn deserialize(
&self,
builder: &mut ModelBuilder<'_>,
invocation: &Invocation
) -> Result<Option<Value>, Error>
&self,
builder: &mut ModelBuilder<'_>,
invocation: &Invocation
) -> Result<Option<Value>, Error>
Auto Trait Implementations
impl !RefUnwindSafe for Registry
impl Send for Registry
impl Sync for Registry
impl Unpin for Registry
impl !UnwindSafe for Registry
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow(&self) -> &TⓘNotable traits for &'_ mut R
impl<'_, R> Read for &'_ mut R where
R: Read + ?Sized, impl<'_, W> Write for &'_ mut W where
W: Write + ?Sized, impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;
[src]
Notable traits for &'_ mut R
impl<'_, R> Read for &'_ mut R where
R: Read + ?Sized, impl<'_, W> Write for &'_ mut W where
W: Write + ?Sized, impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut TⓘNotable traits for &'_ mut R
impl<'_, R> Read for &'_ mut R where
R: Read + ?Sized, impl<'_, W> Write for &'_ mut W where
W: Write + ?Sized, impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;
[src]
Notable traits for &'_ mut R
impl<'_, R> Read for &'_ mut R where
R: Read + ?Sized, impl<'_, W> Write for &'_ mut W where
W: Write + ?Sized, impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;
impl<T> Downcast for T where
T: Any,
[src]
T: Any,
pub fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>ⓘNotable traits for Box<R, Global>
impl<R> Read for Box<R, Global> where
R: Read + ?Sized, impl<W> Write for Box<W, Global> where
W: Write + ?Sized, impl<F, A> Future for Box<F, A> where
A: Allocator + 'static,
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<I, A> Iterator for Box<I, A> where
A: Allocator,
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;
[src]
Notable traits for Box<R, Global>
impl<R> Read for Box<R, Global> where
R: Read + ?Sized, impl<W> Write for Box<W, Global> where
W: Write + ?Sized, impl<F, A> Future for Box<F, A> where
A: Allocator + 'static,
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<I, A> Iterator for Box<I, A> where
A: Allocator,
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;
pub fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
[src]
pub fn as_any(&self) -> &(dyn Any + 'static)
[src]
pub fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
T: Any + Send + Sync,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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.
pub 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>,