MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RunProto

Method RunProto

tensorflow/core/distributed_runtime/rpc/grpc_session.cc:303–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303Status GrpcSession::RunProto(CallOptions* call_options,
304 MutableRunStepRequestWrapper* req,
305 MutableRunStepResponseWrapper* resp) {
306 string handle;
307 TF_RETURN_IF_ERROR(Handle(&handle));
308 req->set_session_handle(handle);
309 return master_->RunStep(call_options, req, resp);
310}
311
312Status GrpcSession::PRunSetup(const std::vector<string>& input_names,
313 const std::vector<string>& output_names,

Callers

nothing calls this directly

Calls 3

set_session_handleMethod · 0.80
HandleClass · 0.50
RunStepMethod · 0.45

Tested by

no test coverage detected