Skip to content

Commit

Permalink
Remove unused function declaration in ModelBuilder.h
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Aug 6, 2019
1 parent d093f6b commit 5f76678
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/dnnlibrary/ModelBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ class ModelBuilder {
int32_t activation, PoolingType poolingType,
const std::string &output_name,
const dnn::optional<QuantInfo> &output_quant_info = dnn::nullopt);
Index AddSoftMax(const std::string &input_name, float beta,
const std::string &output_name);
Index AddOperationAdd(const std::string &input_name, float scalar,
std::string output_name);
Index AddOperationAdd(
Expand Down

0 comments on commit 5f76678

Please sign in to comment.