Skip to content

Commit

Permalink
Merge branch 'r1.1' into r1.1_update_release_note
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrelYy authored Apr 15, 2024
2 parents 6fb74a4 + b60d07f commit e9ab76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf_analyse/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def is_testsuite_for_mluop_op(self, test_name):

def preprocess(self, df):
# protoName and mlu_platform are used to merge database
df['protoName'] = df['file_path'].apply(lambda x: x.split("/")[-1])
df['protoName'] = df['file_path']
df['mlu_platform'] = [
i.split('[')[0] for i in df['mlu_platform'].to_list()
]
Expand Down

0 comments on commit e9ab76d

Please sign in to comment.