Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dgrpc_client.h54 EventReply SendTensors(const std::list<TensorProto> &tensors);
Dgrpc_client.cc144 EventReply GrpcClient::SendTensors(const std::list<TensorProto> &tensors) { in SendTensors() function in mindspore::GrpcClient
148 std::unique_ptr<grpc::ClientWriter<TensorProto> > writer(stub_->SendTensors(&context, &reply)); in SendTensors()
Ddebug_grpc.proto27 rpc SendTensors (stream TensorProto) returns (EventReply) {}; rpc
Ddebugger.cc902 EventReply send_tensors_reply = grpc_client_->SendTensors(tensors); in ViewValueLevel()