查询指定的算子类型是否支持。
数据类型为string的接口后续版本会废弃,建议使用数据类型为非string的接口。
static bool IsExistOp(const string &operator_type)
static bool IsExistOp(const char *operator_type);
参数名 |
输入/输出 |
描述 |
---|---|---|
operator_type |
输入 |
算子类型。 |
参数名 |
类型 |
描述 |
---|---|---|
- |
bool |
|
无。