I'm trying to profile a tensorflow based network, but XLA fusion makes it difficult to isolate the function I want to know about.
Anyone knows how to disable XLA compiler? I tried --xla_compile=False as below
I'm trying to profile a tensorflow based network, but XLA fusion makes it difficult to isolate the function I want to know about.
Anyone knows how to disable XLA compiler? I tried --xla_compile=False as below