Home
last modified time | relevance | path

Searched defs:string_attr (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/runtime_fallback/util/
Dattr_util.cc164 auto string_attr = list_attr.GetAttributeOfType<tfrt::StringAttr>(i); in FillAttrValueMapUsingAggregate() local
568 } else if (auto string_attr = bef_attr.dyn_cast<tfrt::StringAttr>()) { in SetUpScalarAttr() local
611 } else if (auto string_attr = base.dyn_cast<tfrt::StringAttr>()) { in SetUpListAttr() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Ddevice_util.cc73 auto string_attr = kv.value().dyn_cast<mlir::StringAttr>(); in GetDevicesFromOp() local
Dconvert_tensor_test.cc99 auto string_attr = attr.cast<mlir::DenseStringElementsAttr>(); in TEST() local
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_kernels.cc493 auto string_attr = list_attr.GetAttributeOfType<StringAttr>(i); in PrepareAttributes() local
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.cc1595 auto string_attr = array_attr[0].dyn_cast_or_null<mlir::StringAttr>(); in GetStringsFromDictionaryAttr() local