Type Definition tract_hir::infer::InferenceModelPatch [−][src]
pub type InferenceModelPatch = ModelPatch<InferenceFact, Box<dyn InferenceOp>>;
Expand description
A ModelPatch for InferenceModel.
pub type InferenceModelPatch = ModelPatch<InferenceFact, Box<dyn InferenceOp>>;
A ModelPatch for InferenceModel.