Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dimport_model.cc242 StatusOr<mlir::FunctionType> InferLibFunctionType(const FunctionBody& fbody);
645 TF_ASSIGN_OR_RETURN(auto func_type, importer.InferLibFunctionType(*fbody)); in ConvertDeferredFunctions()
2271 StatusOr<mlir::FunctionType> ImporterBase::InferLibFunctionType( in InferLibFunctionType() function in tensorflow::__anon636eac960111::ImporterBase