Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc697 std::list<Chunk> chunked_graph_proto_list; in SendMultiGraphsAndSuspend() local
712 chunked_graph_proto_list.push_back(chunk); in SendMultiGraphsAndSuspend()
717 chunked_graph_proto_list.push_back(chunk); in SendMultiGraphsAndSuspend()
720 EventReply reply = grpc_client_->SendMultiGraphs(chunked_graph_proto_list); in SendMultiGraphsAndSuspend()