Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenze Wang committed Sep 14, 2024
1 parent 542f026 commit bb29d71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ struct OrtApiForVaip {
size_t& offset, size_t& size, size_t& checksum); // [93]
ModelProto* (*model_to_proto)(Model& model); //[94]
DllSafe<std::string> (*model_proto_serialize_as_string)(ModelProto& model_proto); //[95]
void (*model_proto_delete)(ModelProto* p); // [96]
void (*model_proto_delete)(ModelProto* p); // [96]
};

#ifndef USE_VITISAI
Expand Down

0 comments on commit bb29d71

Please sign in to comment.