Skip to content

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

Description

@yupbank

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions