mirror of
https://github.com/jafioti/luminal.git
synced 2026-06-01 21:49:47 +09:00
cargo fmt
This commit is contained in:
@@ -149,12 +149,7 @@ fn compile_pt2_inner(
|
||||
// Resolve concrete output shapes
|
||||
let output_shapes: Vec<Vec<usize>> = output_shape_exprs
|
||||
.iter()
|
||||
.map(|exprs| {
|
||||
exprs
|
||||
.iter()
|
||||
.map(|e| e.to_usize().unwrap_or(1))
|
||||
.collect()
|
||||
})
|
||||
.map(|exprs| exprs.iter().map(|e| e.to_usize().unwrap_or(1)).collect())
|
||||
.collect();
|
||||
|
||||
// Build dim_param_map from sym_map
|
||||
|
||||
Reference in New Issue
Block a user