How to get code of function

what function is called when data is passed to a model ?

The call function I believe:

https://www.tensorflow.org/api_docs/python/tf/keras/Model#call

1 Like