Searched refs:extra_attr (Results 1 – 1 of 1) sorted by relevance
41 std::unordered_map<std::string, ValuePtr> *extra_attr, in OpAdapterImpl() argument53 extra_attr_(extra_attr), in OpAdapterImpl()123 explicit OpAdapter(const ExtraAttr &extra_attr) in OpAdapter() argument124 : extra_attr_(extra_attr), in OpAdapter()