Home
last modified time | relevance | path

Searched defs:str_attr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/connectivity/wificond/tests/
Dnl80211_attribute_unittest.cpp137 NL80211Attr<std::string> str_attr(1, kIFName); in TEST() local
230 NL80211Attr<std::string> str_attr(buffer); in TEST() local
239 NL80211Attr<std::string> str_attr(buffer); in TEST() local
248 NL80211Attr<std::string> str_attr(buffer); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_buffer_forwarding.cc29 auto str_attr = attr.dyn_cast<mlir::StringAttr>(); in AllIteratorsAreParallel() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dtf_xla_mlir_translate.cc391 auto str_attr = attr.cast<mlir::StringAttr>(); in SerializedMlirStringAttrToMlirModuleTranslate() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_module_api.cpp191 auto str_attr = "str_attr"; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_cpurt_passes.cc100 auto str_attr = attr.dyn_cast<mlir::StringAttr>(); in AllIteratorsAreParallel() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dops.cc402 if (auto str_attr = attr.dyn_cast<StringAttr>()) in isMarkedForCompilation() local