wala / ML

Eclipse Public License 2.0
25 stars 17 forks source link

The superclass tf.keras.Model is missing #105

Open khatchad opened 10 months ago

khatchad commented 10 months ago

Consider the following input code:

https://github.com/wala/ML/blob/eec6f816f0c95ce23778d30eb71baf1d4edf0f24/com.ibm.wala.cast.python.test/data/tf2_test_model_call.py

Class SequentialModel extends Model, but I am seeing the following as the superName in the debugger:

superName   TypeName  (id=220)  
Lobject

Regression

It could be that tf.keras.Model isn't summarized.

khatchad commented 10 months ago

Related to #106 and #107.