提交 cc3d9492 编写于 作者: Z zlsh80826

remove slice, scale op, will add later

上级 6e3255a1
...@@ -54,8 +54,12 @@ struct SimpleOpTypeSetTeller : public Teller { ...@@ -54,8 +54,12 @@ struct SimpleOpTypeSetTeller : public Teller {
"leaky_relu", "leaky_relu",
"fc", "fc",
"relu6", "relu6",
"concat"}; "concat",
std::unordered_set<std::string> teller_set{"mul", "scale",
"elementwise_mul",
"conv2d_transpose"};
std::unordered_set<std::string> teller_set{
"mul",
"conv2d", "conv2d",
"pool2d", "pool2d",
"relu", "relu",
...@@ -81,8 +85,7 @@ struct SimpleOpTypeSetTeller : public Teller { ...@@ -81,8 +85,7 @@ struct SimpleOpTypeSetTeller : public Teller {
"gelu", "gelu",
"layer_norm", "layer_norm",
"scale", "scale",
"slice", };
"stack"};
}; };
bool OpTeller::Tell(const std::string& op_type, const framework::OpDesc& desc, 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.
先完成此消息的编辑!
想要评论请 注册