We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d093f6b commit 5f76678Copy full SHA for 5f76678
1 file changed
include/dnnlibrary/ModelBuilder.h
@@ -256,8 +256,6 @@ class ModelBuilder {
256
int32_t activation, PoolingType poolingType,
257
const std::string &output_name,
258
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);
261
Index AddOperationAdd(const std::string &input_name, float scalar,
262
std::string output_name);
263
Index AddOperationAdd(
0 commit comments