Searched refs:SendMultiGraphs (Results 1 – 4 of 4) sorted by relevance
60 EventReply SendMultiGraphs(const std::list<Chunk> &chunks);
123 EventReply GrpcClient::SendMultiGraphs(const std::list<Chunk> &chunks) { in SendMultiGraphs() function in mindspore::GrpcClient127 std::unique_ptr<grpc::ClientWriter<Chunk> > writer(stub_->SendMultiGraphs(&context, &reply)); in SendMultiGraphs()
31 rpc SendMultiGraphs (stream Chunk) returns (EventReply) {}; rpc
720 EventReply reply = grpc_client_->SendMultiGraphs(chunked_graph_proto_list); in SendMultiGraphsAndSuspend()