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 8b58f9b commit 186afd0Copy full SHA for 186afd0
serving/tools/timeline/gen_timeline.py
@@ -1,6 +1,6 @@
1
import sys
2
-import config_pb2
3
-import timeline
+from tensorflow.core.protobuf import config_pb2
+from tensorflow.python.client import timeline
4
5
def gen_timeline(src_name, dest_name):
6
run_metadata = config_pb2.RunMetadata()
0 commit comments