We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TensorGenerator.java
1 parent fe8c890 commit ca110deCopy full SHA for ca110de
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/TensorGenerator.java
@@ -313,6 +313,8 @@ else if (valueIK instanceof AllocationSiteInNode) {
313
AllocationSiteInNode asin = getAllocationSiteInNode(valueIK);
314
TypeReference reference = asin.getConcreteType().getReference();
315
316
+ // TODO: Does this work for nested lists/tuples? Try
317
+ // https://gemini.google.com/share/4db81a3c0908.
318
if (reference.equals(list) || reference.equals(tuple)) {
319
OrdinalSet<InstanceKey> objectCatalogPointsToSet =
320
pointerAnalysis.getPointsToSet(
0 commit comments