|
|
@ -68,8 +68,8 @@ class OperatorBase {
|
|
|
|
const AttributeMap& attrs,
|
|
|
|
const AttributeMap& attrs,
|
|
|
|
std::unordered_map<std::string, int>* in_out_idxs)
|
|
|
|
std::unordered_map<std::string, int>* in_out_idxs)
|
|
|
|
: type_(type),
|
|
|
|
: type_(type),
|
|
|
|
inputs_(input),
|
|
|
|
inputs_(inputs),
|
|
|
|
outputs_(output),
|
|
|
|
outputs_(outputs),
|
|
|
|
attrs_(attrs),
|
|
|
|
attrs_(attrs),
|
|
|
|
in_out_idxs_(in_out_idxs) {}
|
|
|
|
in_out_idxs_(in_out_idxs) {}
|
|
|
|
|
|
|
|
|
|
|
|