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

贡献者指南