Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc373 if (auto value_str_attr = attr.second.dyn_cast<mlir::StringAttr>()) in CreateOpFrontendAttributesFromAttribute() local
375 {attr.first.str(), value_str_attr.getValue().str()}); in CreateOpFrontendAttributesFromAttribute()