We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f22abf commit db25e5dCopy full SHA for db25e5d
tools/profile_conversion_time.py
@@ -4,8 +4,7 @@
4
"""
5
import sys
6
import cProfile
7
-import pstats
8
-from pstats import SortKey
+from pstats import SortKey, Stats
9
import io
10
import argparse
11
import tensorflow as tf
0 commit comments