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