pub type ExecutionResult = HashMap<Retained<Tensor>, Retained<TensorData>>;
Result type for graph execution
pub struct ExecutionResult { /* private fields */ }