Searched refs:ConvertAttributeValue (Results 1 – 4 of 4) sorted by relevance
91 StatusOr<mlir::Attribute> ConvertAttributeValue(const AttrValue& value, in ConvertAttributeValue() function101 ConvertAttributeValue(func_attr.second, builder)); in ConvertAttributeValue()
34 StatusOr<mlir::Attribute> ConvertAttributeValue(const AttrValue& value,
147 ConvertAttributeValue(attr.second, &builder)); in ExpandNode()
303 StatusOr<mlir::Attribute> ConvertAttributeValue(const AttrValue& value);1164 TF_ASSIGN_OR_RETURN(auto value, ConvertAttributeValue(it.second)); in ConvertFunctionCallAttribute()1178 StatusOr<mlir::Attribute> ImporterBase::ConvertAttributeValue( in ConvertAttributeValue() function in tensorflow::__anon83888ea00111::ImporterBase1188 auto attr, ImporterBase::ConvertAttributeValue(func_attr.second)); in ConvertAttributeValue()1260 ConvertAttributeValue(name_and_value.second)); in ConvertLibFunction()1502 ConvertAttributeValue(node_attr.second)); in ConvertFunctionArgAndRets()1972 TF_ASSIGN_OR_RETURN(auto attr, ConvertAttributeValue(attr_value)); in ConvertNode()