To make this more concrete, suppose we want to make an op called
multiscale_convolution that does convolution with n sizes of kernel
and emits n different tensors. It would be nice to keep these n
tensors grouped as a single Theano variable so that we can easily do
things like treat all of them as a single entry in an updates
dictionary. Do we have any kind of class that supports this kind of
thing, and if not, is it something it would be feasible for me to add?
I ask because I think this would be a useful feature for TheanoLinear.
What sort of update would you do on such a non-numeric value? I guess
just replacement?
David