Chore: remove redundant semicolon

This commit is contained in:
zhengly123 2023-04-23 00:25:33 +08:00 committed by GitHub
parent f820117acd
commit 24f6eb273e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ optional<vector<Shape>> AnyObj::inferShape(const TensorVec &inputs) const {
const string AnyObj::getKernelName() const { return kernelName; }
vector<int> AnyObj::getOpAttrVector() const { return attr; };
vector<int> AnyObj::getOpAttrVector() const { return attr; }
vector<int> AnyObj::getWorkloadVector() const {
vector<int> ret = {};