Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dpytypes.h546 struct str_attr { struct
547 using key_type = const char *;
548 static object get(handle obj, const char *key) { return getattr(obj, key); } in get()
549 static void set(handle obj, const char *key, handle val) { setattr(obj, key, val); } in set()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtf_xla_mlir_translate.cc372 auto str_attr = attr.cast<mlir::StringAttr>(); in SerializedMlirStringAttrToMlirModuleTranslate() local