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

Transpose of RaggedTensor #247

Closed
danpovey opened this issue Oct 12, 2020 · 2 comments
Closed

Transpose of RaggedTensor #247

danpovey opened this issue Oct 12, 2020 · 2 comments
Assignees

Comments

@danpovey
Copy link
Collaborator

Can someone please write a function to transpose a RaggedTensor, in ragged.h?
Will have similar interface to Transpose() for RaggedShape, but also take care of the tensor elements.
Will have to have a templated implementation, e.g. in ops_inl.h. Should be doable with a single kernel;
can call the Transpose() for RaggedShape to do the shape part.

@qindazhu
Copy link
Collaborator

OK, will do.

@qindazhu qindazhu self-assigned this Oct 13, 2020
@qindazhu
Copy link
Collaborator

Done in #249

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

2 participants