Question
I know I can measure the execution time of a call to sess.run()
, but is it
possible to get a finer granularity and measure the execution time of
individual operations?
Answer
There is not yet a way to do this in the public release. We are aware that it's an important feature and we are working on it.