ML icon indicating copy to clipboard operation
ML copied to clipboard

Remove the `expectedNumberOfTensorParameters` parameter

Open khatchad opened this issue 5 months ago • 1 comments

Since expectedNumberOfTensorParameters must be equal to expectedTensorParameterValueNumbers.length, we can remove the expectedNumberOfTensorParameters parameter and just use expectedTensorParameterValueNumbers.

https://github.com/wala/ML/blob/53d2f0a82446e4913682249af7de1b270addb32a/com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflow2Model.java#L3496-L3500

khatchad avatar Jul 11 '25 19:07 khatchad

Could you assign it to me please?

Latte17 avatar Sep 29 '25 14:09 Latte17