Dear all,
I wanna to use np.where in theano. However, it seems that 
theano.tensor.where is not doing the same things as numpy.where will do. Is 
there any function i can use in theano?
For example, 

a = numpy.arange(10)
index = numpy.where(a>a[0])

How to implement the code above in theano?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to theano-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to