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

type NormalizedModel = Model<NormalizedTensorInfo>;

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.