Home
last modified time | relevance | path

Searched defs:ConvertAttribute (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc91 Status ConvertAttribute(const mlir::BoolAttr& attr, AttrValue* value) { in ConvertAttribute() function
96 Status ConvertAttribute(const mlir::IntegerAttr& attr, AttrValue* value) { in ConvertAttribute() function
101 Status ConvertAttribute(const mlir::FloatAttr& attr, AttrValue* value) { in ConvertAttribute() function
106 Status ConvertAttribute(const mlir::ElementsAttr& attr, AttrValue* value) { in ConvertAttribute() function
110 Status ConvertAttribute(const mlir::TF::PlaceholderAttr& attr, in ConvertAttribute() function
116 Status ConvertAttribute(const mlir::TF::ShapeAttr& attr, AttrValue* value) { in ConvertAttribute() function
121 Status ConvertAttribute(const mlir::FlatSymbolRefAttr& attr, AttrValue* value) { in ConvertAttribute() function
126 Status ConvertAttribute(const mlir::TF::FuncAttr& attr, bool remove_ref_type, in ConvertAttribute() function
136 Status ConvertAttribute(const mlir::StringAttr& attr, AttrValue* value) { in ConvertAttribute() function
159 Status ConvertAttribute(mlir::Type type, bool remove_ref_type, in ConvertAttribute() function
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dcorert_converter.cc285 mlir::Attribute CoreRTConverter::ConvertAttribute(mlir::Attribute attr) { in ConvertAttribute() function in tensorflow::CoreRTConverter
/external/tensorflow/tensorflow/python/framework/
Dpython_api_parameter_converter.cc198 bool ConvertAttribute(const Attribute& attr, const PythonAPIInfo& api_info, in ConvertAttribute() function