Searched refs:SendTensors (Results 1 – 4 of 4) sorted by relevance
54 EventReply SendTensors(const std::list<TensorProto> &tensors);
144 EventReply GrpcClient::SendTensors(const std::list<TensorProto> &tensors) { in SendTensors() function in mindspore::GrpcClient148 std::unique_ptr<grpc::ClientWriter<TensorProto> > writer(stub_->SendTensors(&context, &reply)); in SendTensors()
27 rpc SendTensors (stream TensorProto) returns (EventReply) {}; rpc
902 EventReply send_tensors_reply = grpc_client_->SendTensors(tensors); in ViewValueLevel()