Home
last modified time | relevance | path

Searched defs:FromFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dexternal_dataset.h82 static std::unique_ptr<ExternalDataset> FromFunction(F f) { in FromFunction() function
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOverload.cpp2651 const FunctionProtoType *FromFunction = tryGetFunctionProtoType(FromType), in HandleFunctionTypeMismatch() local