pub fn profile(
runnable: &Arc<dyn Runnable>,
bench_limits: &BenchLimits,
dg: &mut Annotations,
inputs: &RunTensors,
custom_profiler: Option<HashMap<TypeId, Profiler>>,
folded: bool,
) -> TractResult<()>pub fn profile(
runnable: &Arc<dyn Runnable>,
bench_limits: &BenchLimits,
dg: &mut Annotations,
inputs: &RunTensors,
custom_profiler: Option<HashMap<TypeId, Profiler>>,
folded: bool,
) -> TractResult<()>