[][src]Type Definition tract_core::model::NormalizedModel

type NormalizedModel = ModelImpl<NormalizedFact, Box<dyn TypedOp>>;

A model with determined types and shapes, where constant have been eleminated from the graph.

Methods

impl NormalizedModel[src]

pub fn into_typed(self) -> TractResult<TypedModel>[src]

Convert back to TypedModel.

Can not fail.