HomeSort by relevance Sort by last modified time
    Searched defs:CloseSession (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service_impl.cc 36 "/tensorflow.MasterService/CloseSession",
97 ::grpc::Status MasterService::Stub::CloseSession(
  /external/tensorflow/tensorflow/core/distributed_runtime/
local_master.cc 118 Status LocalMaster::CloseSession(CallOptions* call_options,
123 master_impl_->CloseSession(request, response, [&n, &ret](const Status& s) {
master.cc 495 void Master::CloseSession(const CloseSessionRequest* req,
master_test.cc 60 // Helpers for MasterService.{CreateSession,RunStep,CloseSession}
123 Status CloseSession(const string& handle) {
128 return FromGrpcStatus(master_->CloseSession(&ctx, req, &resp));
144 EXPECT_TRUE(errors::IsAborted(CloseSession("randombits")));
145 EXPECT_TRUE(CloseSession(handle).ok());
165 EXPECT_TRUE(errors::IsAborted(CloseSession(s1)));
166 EXPECT_TRUE(errors::IsAborted(CloseSession(s2)));
207 TF_ASSERT_OK(CloseSession(handle));
226 TF_ASSERT_OK(CloseSession(handle));
245 TF_ASSERT_OK(CloseSession(handle))
    [all...]
  /external/tensorflow/tensorflow/core/grappler/clusters/
single_machine.cc 62 CloseSession(false /*use_timeout*/).IgnoreError();
263 Status SingleMachine::CloseSession(bool use_timeout) {
309 TF_RETURN_IF_ERROR(CloseSession(true /*use_timeout*/));
  /system/tpm/trunks/
session_manager_impl.cc 60 CloseSession();
63 void SessionManagerImpl::CloseSession() {
82 CloseSession();

Completed in 270 milliseconds