Home
last modified time | relevance | path

Searched refs:MakeCallable (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc165 TF_ASSERT_OK(session->MakeCallable( in TEST_F()
277 TF_ASSERT_OK(session->MakeCallable( in TEST_F()
300 session->MakeCallable(MakeCallableOptions({}, {y_ + ":0"}, {}), &handle); in TEST_F()
355 TF_ASSERT_OK(session->MakeCallable(callable_options, &handle)); in TEST_F()
379 TF_ASSERT_OK(session->MakeCallable(callable_options, &handle)); in TEST_F()
409 Status s = session->MakeCallable(callable_options, &handle); in TEST_F()
423 Status s = session->MakeCallable(callable_options, &handle); in TEST_F()
438 Status s = session->MakeCallable(callable_options, &handle); in TEST_F()
452 Status s = session->MakeCallable(callable_options, &handle); in TEST_F()
470 Status s = session->MakeCallable(callable_options, &handle); in TEST_F()
[all …]
Ddirect_session.h121 ::tensorflow::Status MakeCallable(const CallableOptions& callable_options,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc114 ENQUEUE_REQUEST(MakeCallable, false); in HandleRPCsLoop()
247 master_impl_->MakeCallable(&call->request, &call->response, in MakeCallableHandler()
251 ENQUEUE_REQUEST(MakeCallable, false); in MakeCallableHandler()
Dgrpc_remote_master.cc95 Status MakeCallable(CallOptions* call_options, in MakeCallable() function in tensorflow::GrpcRemoteMaster
99 &MasterServiceStub::MakeCallable); in MakeCallable()
Dgrpc_master_service_impl.h66 virtual ::grpc::Status MakeCallable(::grpc::ClientContext* context,
100 ::grpc::Status MakeCallable(::grpc::ClientContext* context,
Dgrpc_session.h102 Status MakeCallable(const CallableOptions& callable_options,
Dgrpc_master_service_impl.cc128 ::grpc::Status MasterService::Stub::MakeCallable( in MakeCallable() function in tensorflow::grpc::MasterService::Stub
Dgrpc_session.cc426 Status GrpcSession::MakeCallable(const CallableOptions& callable_options, in MakeCallable() function in tensorflow::GrpcSession
435 TF_RETURN_IF_ERROR(master_->MakeCallable(&call_options, &req, &resp)); in MakeCallable()
Dgrpc_session_test.cc143 TF_CHECK_OK(session->MakeCallable(opts, &handle)); in TEST()
153 TF_CHECK_OK(session->MakeCallable(opts, &handle)); in TEST()
194 Status status = session->MakeCallable(opts, &handle); in TEST()
/external/tensorflow/tensorflow/core/protobuf/
Dmaster_service.proto114 rpc MakeCallable(MakeCallableRequest) returns (MakeCallableResponse); rpc
116 // Executes a callable registered with MakeCallable.
119 // Frees resources associated with a callable registered with MakeCallable.
Dmaster.proto281 // MakeCallable method request/response protos.
314 // REQUIRED: handle must be returned by a MakeCallable call to the same
319 // defined in the CallableOptions.feed field passed to MakeCallable.
330 // CallableOptions.fetch field passed to MakeCallable.
348 // REQUIRED: handle must be returned by a MakeCallable call to the same
/external/tensorflow/tensorflow/cc/client/
Dclient_session.cc157 Status ClientSession::MakeCallable(const CallableOptions& callable_options, in MakeCallable() function in tensorflow::ClientSession
160 return impl()->session_->MakeCallable(callable_options, out_handle); in MakeCallable()
Dclient_session_test.cc197 TF_CHECK_OK(session.MakeCallable(options, &callable)); in TEST()
233 TF_CHECK_OK(session.MakeCallable(options, &callable)); in TEST()
Dclient_session.h111 Status MakeCallable(const CallableOptions& callable_options,
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc160 Status LocalMaster::MakeCallable(CallOptions* call_options, in MakeCallable() function in tensorflow::LocalMaster
165 master_impl_->MakeCallable(request, response, [&n, &ret](const Status& s) { in MakeCallable()
Dlocal_master.h74 Status MakeCallable(CallOptions* call_options,
Dmaster.h65 void MakeCallable(const MakeCallableRequest* req, MakeCallableResponse* resp,
Dmaster_interface.h95 virtual Status MakeCallable(CallOptions* call_options,
Dmaster_session.h91 Status MakeCallable(const MakeCallableRequest& req,
Dmaster.cc678 void Master::MakeCallable(const MakeCallableRequest* req, in MakeCallable() function in tensorflow::Master
693 Status s = session->MakeCallable(*req, resp); in MakeCallable()
/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc174 TF_RETURN_IF_ERROR(session->MakeCallable(callable_options, &callable_handle)); in RunOnce()
371 Status MakeCallable(const CallableOptions& callable_options, in MakeCallable() function in tensorflow::__anone37aadee0311::LiteSessionWrapper
373 return wrapped_->MakeCallable(callable_options, out_handle); in MakeCallable()
/external/tensorflow/tensorflow/python/client/
Dsession_ref.h67 Status MakeCallable(const CallableOptions& callable_options,
Dsession_ref.cc318 RUN_WITH_TIMESTAMP(MakeCallable, callable_options, handle); in RecordMakeCallable()
464 Status SessionRef::MakeCallable(const CallableOptions& callable_options, in MakeCallable() function in tensorflow::SessionRef
466 LOG_AND_RUN_OPERATION(MakeCallable, callable_options, out_handle); in MakeCallable()
Dtf_session_helper.cc187 Status s = session->MakeCallable(callable_options_proto, &handle); in MakeCallableHelper()
/external/tensorflow/tensorflow/core/public/
Dsession.h240 virtual Status MakeCallable(const CallableOptions& callable_options, in MakeCallable() function

12