Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Aug 23, 2018
1 parent cbbd6eb commit c356e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/executor/exec_pass.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class OpExecutor {
virtual OpStatePtr state() const {
return OpStatePtr();
}

protected:
std::vector<NDArray> in_array_fallback;
};
Expand Down

0 comments on commit c356e6c

Please sign in to comment.