pub fn visualize_graph_activations(
graph: &Graph,
execution: &ExecutionInfo,
post_process_value: impl Fn(Value, &DTensor) -> Vec<VisTensor>,
max_images: Option<usize>,
show_variance: bool,
print_details: bool,
) -> Vec<Image> ⓘ