Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dimport_model.cc349 StatusOr<mlir::FlatSymbolRefAttr> ConvertFunctionCallName(
1306 ConvertFunctionCallName(value.func().name())); in ConvertFunctionCallAttribute()
1318 StatusOr<mlir::FlatSymbolRefAttr> ImporterBase::ConvertFunctionCallName( in ConvertFunctionCallName() function in tensorflow::__anon636eac960111::ImporterBase
1351 TF_ASSIGN_OR_RETURN(auto attr, ConvertFunctionCallName(item.name())); in ConvertAttributeValue()