Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dexternal_dataset.h53 class DatasetFromFunction; variable
147 explicit DatasetFromFunction(FuncType func) : func_(std::move(func)) {} in DatasetFromFunction() function