ML icon indicating copy to clipboard operation
ML copied to clipboard

The superclass tf.keras.Model is missing

Open khatchad opened this issue 2 years ago • 1 comments

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 avatar Nov 27 '23 15:11 khatchad

Related to #106 and #107.

khatchad avatar Dec 03 '23 12:12 khatchad