Searched refs:SendGraph (Results 1 – 4 of 4) sorted by relevance
52 EventReply SendGraph(const GraphProto &graph);
95 EventReply GrpcClient::SendGraph(const GraphProto &graph) { in SendGraph() function in mindspore::GrpcClient100 std::unique_ptr<grpc::ClientWriter<Chunk> > writer(stub_->SendGraph(&context, &reply)); in SendGraph()
26 rpc SendGraph (stream Chunk) returns (EventReply) {}; rpc
635 EventReply reply = grpc_client_->SendGraph(graph_proto); in SendGraphAndSuspend()