Skip to content

Conversation

@zuoxingdong
Copy link
Contributor

No description provided.

Tensor logsumexp(const Tensor &self, int64_t dim_, bool keepdim) {
int64_t dim = maybe_wrap_dim(dim_, self.dim());
Tensor logsumexp(const Tensor &self, int64_t dim, bool keepdim) {
int64_t dim_ = maybe_wrap_dim(dim, self.dim());

This comment was marked as off-topic.

@ssnl ssnl added the awaiting response (this tag is deprecated) This tag is deprecated while we figure out what to do with it label Jul 3, 2018
@soumith
Copy link
Contributor

soumith commented Aug 14, 2018

this PR is superceded by #9173 and hence can be closed

@soumith soumith closed this Aug 14, 2018
@zuoxingdong zuoxingdong deleted the patch-13 branch August 29, 2018 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting response (this tag is deprecated) This tag is deprecated while we figure out what to do with it open source

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants