Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc50 constexpr char kFrontendAttributesAttr[] = "mhlo.frontend_attributes"; variable
249 op->setAttr(kFrontendAttributesAttr, frontend_attributes); in SetFrontendAttributes()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc80 constexpr char kFrontendAttributesAttr[] = "mhlo.frontend_attributes"; variable
368 op->getAttrOfType<mlir::DictionaryAttr>(kFrontendAttributesAttr); in CreateOpFrontendAttributesFromAttribute()