Home
last modified time | relevance | path

Searched refs:NonOwnedProtoRunGraphResponse (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc721 NonOwnedProtoRunGraphResponse::NonOwnedProtoRunGraphResponse( in NonOwnedProtoRunGraphResponse() function in tensorflow::NonOwnedProtoRunGraphResponse
725 size_t NonOwnedProtoRunGraphResponse::num_recvs() const { in num_recvs()
729 const string& NonOwnedProtoRunGraphResponse::recv_key(size_t i) const { in recv_key()
733 Status NonOwnedProtoRunGraphResponse::RecvValue(size_t i, in RecvValue()
739 Status NonOwnedProtoRunGraphResponse::RecvValue(size_t i, Tensor* out_tensor) { in RecvValue()
747 void NonOwnedProtoRunGraphResponse::AddRecv(const string& key, in AddRecv()
755 StepStats* NonOwnedProtoRunGraphResponse::mutable_step_stats() { in mutable_step_stats()
759 CostGraphDef* NonOwnedProtoRunGraphResponse::mutable_cost_graph() { in mutable_cost_graph()
763 errors::Code NonOwnedProtoRunGraphResponse::status_code() const { in status_code()
767 const string& NonOwnedProtoRunGraphResponse::status_error_message() const { in status_error_message()
[all …]
Dmessage_wrappers_test.cc249 NonOwnedProtoRunGraphResponse non_owned_proto_response(&response_proto); in TEST()
314 NonOwnedProtoRunGraphResponse run_graph_response(&run_graph_response_proto); in TEST()
324 NonOwnedProtoRunGraphResponse run_graph_response(&run_graph_response_proto); in TEST()
334 NonOwnedProtoRunGraphResponse run_graph_response(&run_graph_response_proto); in TEST()
Dworker_interface.h69 new NonOwnedProtoRunGraphResponse(response); in RunGraphAsync()
Dmessage_wrappers.h564 class NonOwnedProtoRunGraphResponse : public MutableRunGraphResponseWrapper {
566 NonOwnedProtoRunGraphResponse(RunGraphResponse* response);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc229 NonOwnedProtoRunGraphResponse* wrapped_response = in RunGraphHandler()
230 new NonOwnedProtoRunGraphResponse(&call->response); in RunGraphHandler()