Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Max() to Tensor #19

Closed
chewxy opened this issue Sep 20, 2016 · 1 comment
Closed

Add Max() to Tensor #19

chewxy opened this issue Sep 20, 2016 · 1 comment
Assignees
Milestone

Comments

@chewxy
Copy link
Member

chewxy commented Sep 20, 2016

The skeleton's there:

func (t *Tensor) Max(along ...int) (retVal *Tensor, err error) {
    return nil, nil
}

This may be required to do #15

@chewxy chewxy added this to the 1.0 milestone Sep 20, 2016
@chewxy chewxy self-assigned this Sep 23, 2016
@chewxy
Copy link
Member Author

chewxy commented Sep 26, 2016

fixed in b0a51f1

@chewxy chewxy closed this as completed Sep 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant