Bucles en Tensorflow

Hello, I’m starting in tensor manipulation, I must make a code that needs iterations because I must analyze the elements of a tensor bit by bit, and move a mask in a bit when a certain condition is met (the goal is to determine the first bit of the tensor elements to 0) to make a transformation. Could you suggest me something for the cases where algorithmically we need a cycle.

Hi @Yamilka_Toca_Diaz

Welcome to the TensorFlow Forum!

Please share the minimal reproducible code along with some more details on this issue to understand the query better. Thank you.