python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Anyone knows how to disable xla compiler on cloud TPUv3 node instance?
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 ...
Soosung Kim
Votes: 0
Answers: 0
Visualize TensorFlow graphs before and after Grappler passes?
I've been trying to visualize the graph of a tf.function with and without Grappler optimizations but so far I’m not managing to see any difference in the generated graphs.
Here is the process I follow...

Paul Delestrac
Votes: 0
Answers: 0