wala/ML

Remove the `expectedNumberOfTensorParameters` parameter

オープン

#283 opened on 2025/07/11

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Java (17 件のフォーク)auto 404
cleanupgood first issuejavatesting

Repository metrics

Stars
 (27 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド