提交 cc3d9492 编写于 作者: Z zlsh80826

remove slice, scale op, will add later

上级 6e3255a1
......@@ -54,8 +54,12 @@ struct SimpleOpTypeSetTeller : public Teller {
"leaky_relu",
"fc",
"relu6",
"concat"};
std::unordered_set<std::string> teller_set{"mul",
"concat",
"scale",
"elementwise_mul",
"conv2d_transpose"};
std::unordered_set<std::string> teller_set{
"mul",
"conv2d",
"pool2d",
"relu",
......@@ -81,8 +85,7 @@ struct SimpleOpTypeSetTeller : public Teller {
"gelu",
"layer_norm",
"scale",
"slice",
"stack"};
};
};
bool OpTeller::Tell(const std::string& op_type, const framework::OpDesc& desc,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册