Searched refs:NonOwnedProtoRunGraphResponse (Results 1 – 5 of 5) sorted by relevance
721 NonOwnedProtoRunGraphResponse::NonOwnedProtoRunGraphResponse( in NonOwnedProtoRunGraphResponse() function in tensorflow::NonOwnedProtoRunGraphResponse725 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 …]
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()
69 new NonOwnedProtoRunGraphResponse(response); in RunGraphAsync()
564 class NonOwnedProtoRunGraphResponse : public MutableRunGraphResponseWrapper {566 NonOwnedProtoRunGraphResponse(RunGraphResponse* response);
229 NonOwnedProtoRunGraphResponse* wrapped_response = in RunGraphHandler()230 new NonOwnedProtoRunGraphResponse(&call->response); in RunGraphHandler()