From 569df5efae114e5c9cfec832f821eca1070183b4 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Thu, 24 Mar 2022 15:27:16 -0400 Subject: [PATCH] * Added initial notes on profiling TensorFlow code. --- tensorflow/20220222.TensorFlow-profiling.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tensorflow/20220222.TensorFlow-profiling.txt diff --git a/tensorflow/20220222.TensorFlow-profiling.txt b/tensorflow/20220222.TensorFlow-profiling.txt new file mode 100644 index 0000000..03700f9 --- /dev/null +++ b/tensorflow/20220222.TensorFlow-profiling.txt @@ -0,0 +1,11 @@ +Profiling TensorFlow Code +========================= + +Main article on TensorFlow website: + +https://www.tensorflow.org/guide/profiler + + +Profiler demo: +https://www.youtube.com/watch?v=e4_4D7uNvf8 +