Searched refs:ConvertAttributes (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | export_utils.h | 60 Status ConvertAttributes(
|
D | export_utils.cc | 133 TF_RETURN_IF_ERROR(ConvertAttributes(attr.GetAttrs().getValue(), in ConvertAttribute() 341 Status ConvertAttributes( in ConvertAttributes() function
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | export_tf_dialect_op.cc | 172 ConvertAttributes(derived_attrs.getValue(), /*attrs_to_ignore=*/{}, in PopulateDerivedAttributes() 211 ConvertAttributes(inst->getAttrs(), attrs_to_ignore, in GetAttrValuesFromOperation()
|
D | export_graphdef.cc | 245 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()
|