Skip to content

Commit 5f76678

Browse files
committed
Remove unused function declaration in ModelBuilder.h
1 parent d093f6b commit 5f76678

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/dnnlibrary/ModelBuilder.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ class ModelBuilder {
256256
int32_t activation, PoolingType poolingType,
257257
const std::string &output_name,
258258
const dnn::optional<QuantInfo> &output_quant_info = dnn::nullopt);
259-
Index AddSoftMax(const std::string &input_name, float beta,
260-
const std::string &output_name);
261259
Index AddOperationAdd(const std::string &input_name, float scalar,
262260
std::string output_name);
263261
Index AddOperationAdd(

0 commit comments

Comments
 (0)