Skip to content

Commit c4d2be2

Browse files
committed
Merge branch '267-initial-tensor-dimensions-arent-always-accurate' of https://github.com/ponder-lab/ML into 267-initial-tensor-dimensions-arent-always-accurate
2 parents aed7147 + 9a54455 commit c4d2be2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/RaggedConstant.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ protected Set<List<Dimension<?>>> getShapesOfValue(
344344
Set<Integer> possibleOuterListLengths =
345345
getPossibleOuterListLengths(builder, valuePointsToSet);
346346

347+
// FIXME: Doesn't seem right if there are multiple possible values. We need to create new
348+
// shapes to return in that case.
347349
for (int outerListLength : possibleOuterListLengths) {
348350
LOGGER.fine("Outer list length: " + outerListLength);
349351

0 commit comments

Comments
 (0)