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 e8fee35 commit 81bac7dCopy full SHA for 81bac7d
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/TensorGenerator.java
@@ -298,7 +298,7 @@ protected Set<List<Dimension<?>>> getShapes(
298
* @param pointsToSet The points-to set of the value from which the shape will be derived.
299
* @return A set of possible shapes of the tensor returned by this generator.
300
*/
301
- private Set<List<Dimension<?>>> getShapesOfValue(
+ protected Set<List<Dimension<?>>> getShapesOfValue(
302
PropagationCallGraphBuilder builder, OrdinalSet<InstanceKey> valuePointsToSet) {
303
if (valuePointsToSet == null || valuePointsToSet.isEmpty())
304
throw new IllegalArgumentException(
0 commit comments