Skip to content

Commit 38dc7d5

Browse files
committed
chore: add in_shapes call
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 3e5e9c9 commit 38dc7d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/partitioning/segmentedblock/SegmentedBlock.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ struct SegmentedBlock {
8282
max_shapes_ = in_shapes;
8383
}
8484
}
85-
// const std::vector<ir::Input>& in_shapes() const {
86-
// return in_shapes_;
87-
// }
85+
const std::vector<ir::Input>& in_shapes() const {
86+
return opt_shapes_;
87+
}
8888
void register_intypes(std::vector<at::ScalarType>& in_types) {
8989
in_types_ = in_types;
9090
}

0 commit comments

Comments
 (0)