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.cc740 NonOwnedProtoRunGraphResponse::NonOwnedProtoRunGraphResponse( in NonOwnedProtoRunGraphResponse() function in tensorflow::NonOwnedProtoRunGraphResponse
744 size_t NonOwnedProtoRunGraphResponse::num_recvs() const { in num_recvs()
748 const string& NonOwnedProtoRunGraphResponse::recv_key(size_t i) const { in recv_key()
752 Status NonOwnedProtoRunGraphResponse::RecvValue(size_t i, in RecvValue()
758 Status NonOwnedProtoRunGraphResponse::RecvValue(size_t i, Tensor* out_tensor) { in RecvValue()
766 void NonOwnedProtoRunGraphResponse::AddRecv(const string& key, in AddRecv()
774 StepStats* NonOwnedProtoRunGraphResponse::mutable_step_stats() { in mutable_step_stats()
778 CostGraphDef* NonOwnedProtoRunGraphResponse::mutable_cost_graph() { in mutable_cost_graph()
782 errors::Code NonOwnedProtoRunGraphResponse::status_code() const { in status_code()
786 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.h68 new NonOwnedProtoRunGraphResponse(response); in RunGraphAsync()
Dmessage_wrappers.h576 class NonOwnedProtoRunGraphResponse : public MutableRunGraphResponseWrapper {
578 NonOwnedProtoRunGraphResponse(RunGraphResponse* response);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc246 NonOwnedProtoRunGraphResponse* wrapped_response = in RunGraphHandler()
247 new NonOwnedProtoRunGraphResponse(&call->response); in RunGraphHandler()