Searched refs:InferLibFunctionType (Results 1 – 1 of 1) sorted by relevance
242 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