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 Stack() to Tensor #16

Closed
chewxy opened this issue Sep 20, 2016 · 0 comments
Closed

Add Stack() to Tensor #16

chewxy opened this issue Sep 20, 2016 · 0 comments
Assignees
Milestone

Comments

@chewxy
Copy link
Member

chewxy commented Sep 20, 2016

It'd be like Numpy's stack.

Preliminary design looks something like this:

func (t *Tensor) Stack(other *Tensor, axis int) (*Tensor, error)

And a package-level function:

func Stack(axis int, ...*Tensor) (*Tensor, error)

@chewxy chewxy added this to the 1.0 milestone Sep 20, 2016
@chewxy chewxy self-assigned this Oct 12, 2016
@chewxy chewxy mentioned this issue Oct 27, 2016
chewxy added a commit that referenced this issue Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant