I have a tensor which is (7,16,16), let's denote as Tijk. I need to make 
the following function:

for j in range(0, 16):
    for k in range(0, 16):
        if T0jk == 0:
            for i in range(1, 7):
                Tijk = 0


Any ideas on how this can be done with Theano's tensor API?


Thanks! :
    

-- 

--- 
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