[]Function tract_tensorflow::prelude::eval_order

pub fn eval_order<F, O>(model: &Graph<F, O>) -> Result<Vec<usize>, TractError> where
    F: Fact + Hash + Clone + 'static,
    O: Debug + Display + AsRef<dyn Op + 'static> + AsMut<dyn Op + 'static> + Clone + 'static + Hash

Find an evaluation order for a model, using its default inputs and outputs as boundaries.