Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.h60 Status ConvertAttributes(
Dexport_utils.cc133 TF_RETURN_IF_ERROR(ConvertAttributes(attr.GetAttrs().getValue(), in ConvertAttribute()
341 Status ConvertAttributes( in ConvertAttributes() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_tf_dialect_op.cc172 ConvertAttributes(derived_attrs.getValue(), /*attrs_to_ignore=*/{}, in PopulateDerivedAttributes()
211 ConvertAttributes(inst->getAttrs(), attrs_to_ignore, in GetAttrValuesFromOperation()
Dexport_graphdef.cc245 TF_RETURN_IF_ERROR(ConvertAttributes(func_arg_i_attrs, attrs_to_ignore, in GetArgumentNode()
280 TF_RETURN_IF_ERROR(ConvertAttributes(func_res_i_attrs, attrs_to_ignore, in GetReturnNode()
674 TF_RETURN_IF_ERROR(ConvertAttributes(funcAttrs, attrs_to_ignore, in ConvertLibFunction()
692 TF_RETURN_IF_ERROR(ConvertAttributes(func_arg_i_attrs, attrs_to_ignore, in ConvertLibFunction()