Operator构造函数和析构函数。
数据类型为string的接口后续版本会废弃,建议使用数据类型为非string的接口。
1 2 3 4 5 6 7 | Operator()
explicit Operator(const std::string &type)
explicit Operator(const char_t *type)
Operator(const std::string &name, const std::string &type)
Operator(const AscendString &name, const AscendString &type)
Operator(const char_t *name, const char_t *type)
virtual ~Operator() = default
|
参数名 |
输入/输出 |
描述 |
---|---|---|
type |
输入 |
算子类型。 |
name |
输入 |
算子名称。 |
Operator构造函数返回Operator类型的对象。
无。
无。