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

How can i aggregate on the same column for two different output with same pass? #144

Open
yupbank opened this issue Apr 17, 2018 · 0 comments

Comments

@yupbank
Copy link
Contributor

yupbank commented Apr 17, 2018

i have a column/placeholder x with shape [None, 5]

and i want to obtain the mean, which i'll have to sum over all the vectors, [1, 5]
and i also want to obtain the mean of outer product, which i'll have to sum over all the outer product for each vector $ \sum_{i}{( x_i \otimes x_i) } $ which will have shape [5, 5]

it seems right now the reduce_block have some constraints on one input -> one output exactly mapping, is there any reason ?

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