pub enum Framework {
PyTorch,
TensorFlow,
Jax,
HuggingFaceTransformers,
OnnxRuntime,
ScikitLearn,
Candle,
Burn,
FramewerxRmi,
}Expand description
AI frameworks with curated agentic profiles.
Variants§
PyTorch
TensorFlow
Jax
HuggingFaceTransformers
OnnxRuntime
ScikitLearn
Candle
Burn
FramewerxRmi
RecursiveMachineIntelligence (RMI) — the built-in agentic-first framework of MachineGenetics (MechGen): self-describing ontology + manifest, binary-first effect-typed compute. Scored on the same axes as everything else.
Implementations§
Trait Implementations§
impl Copy for Framework
impl Eq for Framework
impl StructuralPartialEq for Framework
Auto Trait Implementations§
impl Freeze for Framework
impl RefUnwindSafe for Framework
impl Send for Framework
impl Sync for Framework
impl Unpin for Framework
impl UnsafeUnpin for Framework
impl UnwindSafe for Framework
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more