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

Feature Request: Tensorflow Stack Ops #10

Open
jthestness opened this issue Dec 20, 2018 · 0 comments
Open

Feature Request: Tensorflow Stack Ops #10

jthestness opened this issue Dec 20, 2018 · 0 comments
Assignees

Comments

@jthestness
Copy link
Contributor

Tensorflow stack ops track activations for backpropping while loops. These ops maintain a stack of tensor handles that point to activations for each iteration of the while loop. We need to add support for StackPush(V?) and StackPop(V?) ops to Catamount.

These ops will require the following functionality:

  1. Since StackPush ops need to execute before corresponding StackPop ops, we may need to implement ordering requirements (e.g., control dependencies) to ensure topological traversals consider the pushes before the pops
  2. The data pushed in a StackPush needs to be returned in the StackPop. Corresponding ops may need to manage a backing stack of tensors to ensure we can track the shapes and values as appropriate.
@jthestness jthestness self-assigned this Jan 21, 2019
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