Home
last modified time | relevance | path

Searched refs:ConvertAttributeValue (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_attr.cc91 StatusOr<mlir::Attribute> ConvertAttributeValue(const AttrValue& value, in ConvertAttributeValue() function
101 ConvertAttributeValue(func_attr.second, builder)); in ConvertAttributeValue()
Dconvert_attr.h34 StatusOr<mlir::Attribute> ConvertAttributeValue(const AttrValue& value,
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
Dtfr_decompose_ctx.cc147 ConvertAttributeValue(attr.second, &builder)); in ExpandNode()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc303 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::ImporterBase
1188 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()