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.
1 parent 58f65f4 commit 1bbccc8Copy full SHA for 1bbccc8
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java
@@ -781,7 +781,8 @@ private Set<TensorType> getTensorType(
781
if (reference.equals(list)) { // TODO: This can also be a tuple of Tensor.
782
// We have a list of integers that represent the shape.
783
PointerKey pointerKeyForObjectCatalog =
784
- ((AstPointerKeyFactory) builder.getPointerKeyFactory()).getPointerKeyForObjectCatalog(asin);
+ ((AstPointerKeyFactory) builder.getPointerKeyFactory())
785
+ .getPointerKeyForObjectCatalog(asin);
786
OrdinalSet<InstanceKey> objectCatalogPointsToSet =
787
pointerAnalysis.getPointsToSet(pointerKeyForObjectCatalog);
788
0 commit comments