Searched refs:attribute_value (Results 1 – 8 of 8) sorted by relevance
99 attribute_value = getattr(self, attribute_name, None)103 attribute_value = None104 if isinstance(attribute_value, (def_function.Function,106 functions[attribute_name] = attribute_value
57 AttrValue attribute_value = node.attr().at(old_attribute_name); in RenameAttribute() local59 new_node->mutable_attr()->insert({new_attribute_name, attribute_value}); in RenameAttribute()
55 : attribute_name attribute_value57 attribute_value
159 attribute_value = utils.wait_for_value(163 return attribute_value
825 Map<String, String> attribute_value = suppressionMap.get(element); in skipAttribute() local827 if (attribute_value != null) { in skipAttribute()828 Object suppressValue = attribute_value.get(attribute); in skipAttribute()829 if (suppressValue == null) suppressValue = attribute_value.get("*"); in skipAttribute()
180 int* attribute_value);
491 int* attribute_value) { in FuncGetAttribute() argument492 CUresult res = cuFuncGetAttribute(attribute_value, attribute, func); in FuncGetAttribute()
377 int* attribute_value) { in FuncGetAttribute() argument