Skip to content

Commit

Permalink
[Serving] Fix syntax error in generate timeline tool.
Browse files Browse the repository at this point in the history
Signed-off-by: candy.dc <candy.dc@alibaba-inc.com>
  • Loading branch information
candyzone committed Feb 28, 2024
1 parent 8b58f9b commit ec3c9d2
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 ec3c9d2

Please sign in to comment.