Searched defs:ConvertAttribute (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | export_utils.cc | 91 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/ |
D | corert_converter.cc | 285 mlir::Attribute CoreRTConverter::ConvertAttribute(mlir::Attribute attr) { in ConvertAttribute() function in tensorflow::CoreRTConverter
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_api_parameter_converter.cc | 198 bool ConvertAttribute(const Attribute& attr, const PythonAPIInfo& api_info, in ConvertAttribute() function
|