wala/ML

Remove the `expectedNumberOfTensorParameters` parameter

Aperta

#283 aperta il 11 lug 2025

 (1 commento) (0 reazioni) (0 assegnatari)Java (17 fork)auto 404
cleanupgood first issuejavatesting

Metriche repository

Star
 (27 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor