Navigation Menu

Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Jun 11, 2019
1 parent 3ac1034 commit 8ded267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dnnlibrary/src/Model.cpp
Expand Up @@ -11,6 +11,7 @@

#include <common/helper.h>
#include <glog/logging.h>
#include <nnapi_helper.h>

namespace dnn {
template void Model::Predict<float>(const std::vector<float> &);
Expand Down
1 change: 1 addition & 0 deletions dnnlibrary/src/ModelBuilder.cpp
Expand Up @@ -15,6 +15,7 @@
#include <common/data_types.h>
#include <common/helper.h>
#include <glog/logging.h>
#include <nnapi_helper.h>
#include <operand_helper.h>
#include "android_log_helper.h"

Expand Down

0 comments on commit 8ded267

Please sign in to comment.