HomeSort by relevance Sort by last modified time
    Searched refs:ExtendSession (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/core/protobuf/
master_service.proto 59 // CreateSession call, and add nodes to the graph using ExtendSession.
92 rpc ExtendSession(ExtendSessionRequest) returns (ExtendSessionResponse);
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_test.cc 79 Status ExtendSession(const string& handle, const GraphDef& def,
87 const Status s = FromGrpcStatus(master_->ExtendSession(&ctx, req, &resp));
186 TF_ASSERT_OK(ExtendSession(handle, def_1, initial_version, &version_1));
198 ExtendSession("randombits", def_2, version_1, &version_2)));
199 TF_ASSERT_OK(ExtendSession(handle, def_2, version_1, &version_2));
222 TF_ASSERT_OK(ExtendSession(handle, def_1, initial_version, &version_1));
225 ExtendSession(handle, def_1, version_1, &version_2)));
241 TF_ASSERT_OK(ExtendSession(handle, def_1, initial_version, &version_1));
244 ExtendSession(handle, def_1, initial_version, &version_1)));
267 Status s = ExtendSession(handle, def_1, initial_version, &new_version)
    [all...]
local_master.h 47 Status ExtendSession(CallOptions* call_options,
master.h 46 void ExtendSession(const ExtendSessionRequest* req,
master_interface.h 39 virtual Status ExtendSession(CallOptions* call_options,
local_master.cc 67 Status LocalMaster::ExtendSession(CallOptions* call_options,
72 master_impl_->ExtendSession(request, response, [&n, &ret](const Status& s) {
master.cc 442 void Master::ExtendSession(const ExtendSessionRequest* req,
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_master.cc 51 Status ExtendSession(CallOptions* call_options,
56 &MasterServiceStub::ExtendSession);
grpc_master_service.cc 106 ENQUEUE_REQUEST(ExtendSession, false);
157 master_impl_->ExtendSession(&call->request, &call->response,
161 ENQUEUE_REQUEST(ExtendSession, false);
grpc_master_service_impl.h 64 virtual ::grpc::Status ExtendSession(::grpc::ClientContext* context,
89 ::grpc::Status ExtendSession(::grpc::ClientContext* context,
grpc_master_service_impl.cc 33 "/tensorflow.MasterService/ExtendSession",
76 ::grpc::Status MasterService::Stub::ExtendSession(
grpc_session.cc 146 Status s = master_->ExtendSession(call_options, &req, &resp);

Completed in 95 milliseconds