|
|
@ -63,6 +63,7 @@ class ExecutionContext;
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
class OperatorBase {
|
|
|
|
class OperatorBase {
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
|
|
|
|
OperatorBase() {} // TODO(yi): This constructor is to be removed.
|
|
|
|
OperatorBase(const std::string& type, const std::vector<std::string>& inputs,
|
|
|
|
OperatorBase(const std::string& type, const std::vector<std::string>& inputs,
|
|
|
|
const std::vector<std::string>& outputs,
|
|
|
|
const std::vector<std::string>& outputs,
|
|
|
|
const AttributeMap& attrs,
|
|
|
|
const AttributeMap& attrs,
|
|
|
|