Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Ddispatcher_client.cc169 Status DataServiceDispatcherClient::GetOrCreateIteration( in GetOrCreateIteration() function in tensorflow::data::DataServiceDispatcherClient
177 grpc::Status status = stub_->GetOrCreateIteration(&client_ctx, req, &resp); in GetOrCreateIteration()
H A Dgrpc_dispatcher_impl.h56 HANDLER(GetOrCreateIteration);
H A Dgrpc_dispatcher_impl.cc61 HANDLER(GetOrCreateIteration);
H A Ddispatcher_client.h90 Status GetOrCreateIteration(int64_t job_id, int64_t repetition,
H A Dworker_client_test.cc86 TF_RETURN_IF_ERROR(dispatcher_client_->GetOrCreateIteration( in CreateIteration()
H A Ddispatcher_client_test.cc163 TF_ASSERT_OK(dispatcher_client_->GetOrCreateIteration( in TEST_F()
H A Dtest_cluster.h203 TF_RETURN_IF_ERROR(dispatcher_client_->GetOrCreateIteration( in CreateIteration()
H A Ddispatcher_impl.h168 Status GetOrCreateIteration(const GetOrCreateIterationRequest* request,
H A Ddispatcher.proto251 rpc GetOrCreateIteration(GetOrCreateIterationRequest) rpc
H A Ddispatcher_impl.cc604 Status DataServiceDispatcherImpl::GetOrCreateIteration( in GetOrCreateIteration() function in tensorflow::data::DataServiceDispatcherImpl
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Ddata_service_dataset_op.cc463 return dispatcher_->GetOrCreateIteration( in Initialize()