Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/util/
H A Dattr_util.cc163 auto string_attr = list_attr.GetAttributeOfType<tfrt::StringAttr>(i); in FillAttrValueMapUsingAggregate() local
567 } else if (auto string_attr = bef_attr.dyn_cast<tfrt::StringAttr>()) { in SetUpScalarAttr() local
610 } else if (auto string_attr = base.dyn_cast<tfrt::StringAttr>()) { in SetUpListAttr() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Ddevice_util.cc70 auto string_attr = kv.value().dyn_cast<mlir::StringAttr>(); in GetDevicesFromOp() local
H A Dconvert_tensor_test.cc99 auto string_attr = attr.cast<mlir::DenseStringElementsAttr>(); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/
H A Dlift_as_function_call_utils.cc140 if (const auto string_attr = in SetAttributeMap() local
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Druntime_fallback_kernels.cc495 auto string_attr = list_attr.GetAttributeOfType<StringAttr>(i); in PrepareAttributes() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_export.cc1730 auto string_attr = array_attr[0].dyn_cast_or_null<mlir::StringAttr>(); in GetStringsFromDictionaryAttr() local