pub fn sequential_model_dataflow<F: Float + Debug + ScalarOperand + FromPrimitive + Display>(
model: &Sequential<F>,
inputshape: Vec<usize>,
options: Option<ModelVizOptions>,
) -> Result<String>
Expand description
Creates an ASCII representation of the data flow through a sequential model This visualization shows how data flows through the network layers, including transformations in shape and any connections between layers.