Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Ddispatcher_impl.cc396 Status DataServiceDispatcherImpl::GetDatasetDef( in GetDatasetDef() function in tensorflow::data::DataServiceDispatcherImpl
1186 Status DataServiceDispatcherImpl::GetDatasetDef( in GetDatasetDef() function in tensorflow::data::DataServiceDispatcherImpl
1195 Status DataServiceDispatcherImpl::GetDatasetDef( in GetDatasetDef() function in tensorflow::data::DataServiceDispatcherImpl
H A Ddispatcher_client.cc77 Status DataServiceDispatcherClient::GetDatasetDef(const std::string& dataset_id, in GetDatasetDef() function in tensorflow::data::DataServiceDispatcherClient
H A Ddispatcher.proto231 rpc GetDatasetDef(GetDatasetDefRequest) returns (GetDatasetDefResponse); rpc
H A Dworker_impl.cc334 StatusOr<DatasetDef> DataServiceWorkerImpl::GetDatasetDef( in GetDatasetDef() function in tensorflow::data::DataServiceWorkerImpl