Find blas calls happening under the hood when running inference

I have a trained model saved with tf.saved_model.save; loaded back with tf.saved_model.load . Now I’d like to know what blas routines are called when I run inference on this model. I’m curious about what’s going on under the hood; I would like to run the inference manually i.e. go through it step by step on my own and see if I can get the same results