Home
last modified time | relevance | path

Searched refs:RunComponentFunction (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_client.h52 CLIENT_CANCELABLE_METHOD(RunComponentFunction);
Deager_service_impl.h100 void RunComponentFunction(CallOptions* call_opts,
Deager_service_impl_test.cc99 impl_->RunComponentFunction(call_opts, request, response, std::move(done)); in RunComponentFunctionAsync()
624 eager_service_impl.RunComponentFunction(&call_opts, &run_comp_func_request, in TestComponentFunction()
Deager_service_impl.cc428 void EagerServiceImpl::RunComponentFunction( in RunComponentFunction() function in tensorflow::eager::EagerServiceImpl
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.cc55 ENQUEUE_REQUEST(RunComponentFunction); in HandleRPCsLoop()
Dgrpc_eager_service_impl.h95 local_impl_.RunComponentFunction(call_opts.get(), &call->request, in RunComponentFunctionHandler()
Dgrpc_eager_client.cc154 CLIENT_CANCELABLE_METHOD(RunComponentFunction);
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto329 rpc RunComponentFunction(RunComponentFunctionRequest) rpc