Searched refs:executor_attr (Results 1 – 1 of 1) sorted by relevance
881 } else if (const AttrValue* executor_attr = attrs.Find(kExecutorAttr)) { in ExecutorType() local882 return executor_attr->s(); in ExecutorType()