Searched refs:attr_slice (Results 1 – 2 of 2) sorted by relevance
125 for (const auto& attr_slice : node.attrs()) { in CwiseVectorizeHelper() local126 node_builder = node_builder.Attr(attr_slice.first, attr_slice.second); in CwiseVectorizeHelper()
668 AttrSlice attr_slice(attrs); in AddDefaultAttrs() local670 if (attr_def.has_default_value() && !attr_slice.Find(attr_def.name())) { in AddDefaultAttrs()