pub enum QueryKind {
Show 29 variants
Summary,
Doctor,
Architecture,
Cargo,
Components,
Component,
Modules,
Composition,
Assembly,
Pipeline,
Stages,
Artifacts,
Entrypoints,
Functions,
Function,
Parameters,
Parameter,
Tensors,
Tensor,
Operations,
Operation,
Optimizers,
Runtime,
Findings,
Path,
ModelImprovement,
GraphTrain,
GraphInfer,
Profile,
}Variants§
Summary
Doctor
Architecture
Cargo
Components
Component
Modules
Composition
Assembly
Pipeline
Stages
Artifacts
Entrypoints
Functions
Function
Parameters
Parameter
Tensors
Tensor
Operations
Operation
Optimizers
Runtime
Findings
Path
ModelImprovement
Compact agent-oriented rollup for model repair and improvement workflows.
GraphTrain
Phase-filtered graph: tensors + operations for training autograd paths.
GraphInfer
Phase-filtered graph: tensors + operations for inference no-grad paths.
Profile
Runtime profile rollup: operation and edge timings merged from a v3 trace.
Trait Implementations§
impl Copy for QueryKind
Source§impl<'de> Deserialize<'de> for QueryKind
impl<'de> Deserialize<'de> for QueryKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for QueryKind
impl StructuralPartialEq for QueryKind
Auto Trait Implementations§
impl Freeze for QueryKind
impl RefUnwindSafe for QueryKind
impl Send for QueryKind
impl Sync for QueryKind
impl Unpin for QueryKind
impl UnsafeUnpin for QueryKind
impl UnwindSafe for QueryKind
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