Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dexport_graphdef.cc121 static Status ConvertLibFunction(
523 TF_RETURN_IF_ERROR(ConvertLibFunction(configs, tf_dialect, symbol_table, in Convert()
588 Status Exporter::ConvertLibFunction( in ConvertLibFunction() function in tensorflow::__anonc9dc26cd0111::Exporter
628 TF_RETURN_IF_ERROR(ConvertLibFunction(configs, tf_dialect, symbol_table, in ConvertLibFunction()
687 TF_RETURN_IF_ERROR(ConvertLibFunction(configs, tf_dialect, symbol_table, in Convert()
783 TF_RETURN_IF_ERROR(Exporter::ConvertLibFunction( in ConvertMlirFunctionToFunctionLibraryDef()
H A Dimport_model.cc273 Status ConvertLibFunction(llvm::StringRef func_name);
1325 TF_RETURN_IF_ERROR(ConvertLibFunction(func_name)); in ConvertFunctionCallName()
1382 Status ImporterBase::ConvertLibFunction(llvm::StringRef func_name) { in ConvertLibFunction() function in tensorflow::__anon636eac960111::ImporterBase
1425 TF_RETURN_IF_ERROR(ConvertLibFunction(grad_func_name)); in ConvertLibFunction()
2027 TF_RETURN_IF_ERROR(ConvertLibFunction(node_type_name)); in ConvertNode()
3550 TF_RETURN_IF_ERROR(importer.ConvertLibFunction(fn_name)); in Convert()