Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dconvert_attributes.cc73 Status ConvertAttribute(BoolAttr attr, AttrValue* value) { in ConvertAttribute() function
78 Status ConvertAttribute(IntegerAttr attr, AttrValue* value) { in ConvertAttribute() function
83 Status ConvertAttribute(FloatAttr attr, AttrValue* value) { in ConvertAttribute() function
88 Status ConvertAttribute(ElementsAttr attr, AttrValue* value) { in ConvertAttribute() function
92 Status ConvertAttribute(PlaceholderAttr attr, AttrValue* value) { in ConvertAttribute() function
97 Status ConvertAttribute(ShapeAttr attr, AttrValue* value) { in ConvertAttribute() function
102 Status ConvertAttribute(FlatSymbolRefAttr attr, AttrValue* value) { in ConvertAttribute() function
107 Status ConvertAttribute(FuncAttr attr, bool remove_ref_type, AttrValue* value) { in ConvertAttribute() function
116 Status ConvertAttribute(StringAttr attr, AttrValue* value) { in ConvertAttribute() function
121 Status ConvertAttribute(Type type, bool remove_ref_type, AttrValue* value) { in ConvertAttribute() function
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dexport_utils.cc105 Status ConvertAttribute(const mlir::BoolAttr& attr, AttrValue* value) { in ConvertAttribute() function
110 Status ConvertAttribute(const mlir::IntegerAttr& attr, AttrValue* value) { in ConvertAttribute() function
115 Status ConvertAttribute(const mlir::FloatAttr& attr, AttrValue* value) { in ConvertAttribute() function
120 Status ConvertAttribute(const mlir::ElementsAttr& attr, AttrValue* value) { in ConvertAttribute() function
124 Status ConvertAttribute(const mlir::TF::PlaceholderAttr& attr, in ConvertAttribute() function
130 Status ConvertAttribute(const mlir::TF::ShapeAttr& attr, AttrValue* value) { in ConvertAttribute() function
135 Status ConvertAttribute(const mlir::FlatSymbolRefAttr& attr, AttrValue* value) { in ConvertAttribute() function
140 Status ConvertAttribute(const mlir::TF::FuncAttr& attr, bool remove_ref_type, in ConvertAttribute() function
150 Status ConvertAttribute(const mlir::StringAttr& attr, AttrValue* value) { in ConvertAttribute() function
173 Status ConvertAttribute(mlir::Type type, bool remove_ref_type, in ConvertAttribute() function
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dcorert_converter.cc289 mlir::Attribute CoreRTConverter::ConvertAttribute(mlir::Attribute attr) { in ConvertAttribute() function in tensorflow::CoreRTConverter
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_api_parameter_converter.cc198 bool ConvertAttribute(const Attribute& attr, const PythonAPIInfo& api_info, in ConvertAttribute() function