Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dgrpc_client.h52 EventReply SendGraph(const GraphProto &graph);
Dgrpc_client.cc95 EventReply GrpcClient::SendGraph(const GraphProto &graph) { in SendGraph() function in mindspore::GrpcClient
100 std::unique_ptr<grpc::ClientWriter<Chunk> > writer(stub_->SendGraph(&context, &reply)); in SendGraph()
Ddebug_grpc.proto26 rpc SendGraph (stream Chunk) returns (EventReply) {}; rpc
Ddebugger.cc635 EventReply reply = grpc_client_->SendGraph(graph_proto); in SendGraphAndSuspend()