Searched refs:NonOwnedProtoRunGraphResponse (Results 1 – 5 of 5) sorted by relevance
740 NonOwnedProtoRunGraphResponse::NonOwnedProtoRunGraphResponse( in NonOwnedProtoRunGraphResponse() function in tensorflow::NonOwnedProtoRunGraphResponse744 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 …]
249 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()
68 new NonOwnedProtoRunGraphResponse(response); in RunGraphAsync()
576 class NonOwnedProtoRunGraphResponse : public MutableRunGraphResponseWrapper {578 NonOwnedProtoRunGraphResponse(RunGraphResponse* response);
246 NonOwnedProtoRunGraphResponse* wrapped_response = in RunGraphHandler()247 new NonOwnedProtoRunGraphResponse(&call->response); in RunGraphHandler()