Home
last modified time | relevance | path

Searched refs:ConvertAttribute (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc92 Status ConvertAttribute(const mlir::BoolAttr& attr, AttrValue* value) { in ConvertAttribute() function
97 Status ConvertAttribute(const mlir::IntegerAttr& attr, AttrValue* value) { in ConvertAttribute() function
102 Status ConvertAttribute(const mlir::FloatAttr& attr, AttrValue* value) { in ConvertAttribute() function
107 Status ConvertAttribute(const mlir::ElementsAttr& attr, AttrValue* value) { in ConvertAttribute() function
111 Status ConvertAttribute(const mlir::TF::ShapeAttr& attr, AttrValue* value) { in ConvertAttribute() function
124 Status ConvertAttribute(const mlir::FlatSymbolRefAttr& attr, AttrValue* value) { in ConvertAttribute() function
129 Status ConvertAttribute(const mlir::TF::FuncAttr& attr, bool remove_ref_type, in ConvertAttribute() function
132 ConvertAttribute(attr.GetName().cast<mlir::FlatSymbolRefAttr>(), value)); in ConvertAttribute()
139 Status ConvertAttribute(const mlir::StringAttr& attr, AttrValue* value) { in ConvertAttribute() function
162 Status ConvertAttribute(mlir::Type type, bool remove_ref_type, in ConvertAttribute() function
[all …]
/external/tensorflow/tensorflow/python/framework/
Dpython_api_parameter_converter.cc198 bool ConvertAttribute(const Attribute& attr, const PythonAPIInfo& api_info, in ConvertAttribute() function
448 RETURN_IF_FALSE(ConvertAttribute(attr, api_info, params)); in ConvertPythonAPIParameters()