ML
ML copied to clipboard
The superclass tf.keras.Model is missing
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.
Related to #106 and #107.