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

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Aug 28, 2018
1 parent 3aeb650 commit 78dcfb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -87,6 +87,7 @@ class OpExecutor {
return OpStatePtr();
}

// TODO(alexzai): (MXNET-856) Remove instance member after subgraph feature added
protected:
std::vector<NDArray> in_array_fallback;
};
Expand Down
1 change: 1 addition & 0 deletions src/operator/nn/mkldnn/mkldnn_base-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ static inline void InvalidateOutputs(const std::vector<NDArray> &arrs,
}
}

// TODO(alexzai): (MXNET-856) Remove helper function after subgraph feature added
static inline std::vector<NDArray> CreateDefaultInputs(const std::vector<NDArray> &arrs) {
std::vector<NDArray> buffer(arrs.size());
for (size_t i = 0; i < arrs.size(); ++i) {
Expand Down

0 comments on commit 78dcfb1

Please sign in to comment.