Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dgrpc_client.h58 EventReply SendTensorStats(const std::list<TensorSummary> &tensor_summary);
Dgrpc_client.cc221 EventReply GrpcClient::SendTensorStats(const std::list<TensorSummary> &tensor_summary_list) { in SendTensorStats() function in mindspore::GrpcClient
225 …std::unique_ptr<grpc::ClientWriter<TensorSummary> > writer(stub_->SendTensorStats(&context, &reply… in SendTensorStats()
Ddebug_grpc.proto29 rpc SendTensorStats (stream TensorSummary) returns (EventReply) {}; rpc
Ddebugger.cc910 EventReply send_tensors_stat_reply = grpc_client_->SendTensorStats(tensor_stats_list); in ViewStatLevel()