Skip to content

Commit

Permalink
[Serving] Fix syntax error in generate timeline tool. (#977)
Browse files Browse the repository at this point in the history
Signed-off-by: candy.dc <[email protected]>
  • Loading branch information
candyzone authored Feb 29, 2024
1 parent 8b58f9b commit 186afd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serving/tools/timeline/gen_timeline.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
import config_pb2
import timeline
from tensorflow.core.protobuf import config_pb2
from tensorflow.python.client import timeline

def gen_timeline(src_name, dest_name):
run_metadata = config_pb2.RunMetadata()
Expand Down

0 comments on commit 186afd0

Please sign in to comment.