wala/ML

Remove the `expectedNumberOfTensorParameters` parameter

開放

#283 建立於 2025年7月11日

 (1 則留言) (0 個反應) (0 位負責人)Java (17 個分叉)auto 404
cleanupgood first issuejavatesting

倉庫指標

星標
 (27 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南