Searched refs:SendTensorStats (Results 1 – 4 of 4) sorted by relevance
58 EventReply SendTensorStats(const std::list<TensorSummary> &tensor_summary);
221 EventReply GrpcClient::SendTensorStats(const std::list<TensorSummary> &tensor_summary_list) { in SendTensorStats() function in mindspore::GrpcClient225 …std::unique_ptr<grpc::ClientWriter<TensorSummary> > writer(stub_->SendTensorStats(&context, &reply… in SendTensorStats()
29 rpc SendTensorStats (stream TensorSummary) returns (EventReply) {}; rpc
910 EventReply send_tensors_stat_reply = grpc_client_->SendTensorStats(tensor_stats_list); in ViewStatLevel()