Home
last modified time | relevance | path

Searched refs:SendMultiGraphs (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dgrpc_client.h60 EventReply SendMultiGraphs(const std::list<Chunk> &chunks);
Dgrpc_client.cc123 EventReply GrpcClient::SendMultiGraphs(const std::list<Chunk> &chunks) { in SendMultiGraphs() function in mindspore::GrpcClient
127 std::unique_ptr<grpc::ClientWriter<Chunk> > writer(stub_->SendMultiGraphs(&context, &reply)); in SendMultiGraphs()
Ddebug_grpc.proto31 rpc SendMultiGraphs (stream Chunk) returns (EventReply) {}; rpc
Ddebugger.cc720 EventReply reply = grpc_client_->SendMultiGraphs(chunked_graph_proto_list); in SendMultiGraphsAndSuspend()