Searched refs:outer_x (Results 1 – 3 of 3) sorted by relevance
495 outer_x, outer_y, outer_z = outer_ring[replica]499 px = outer_x * computation_shape[0] + inner_x
751 def InnerBody(inner_x, outer_x, tl): argument752 return inner_x + 1, outer_x + 1, list_ops.tensor_list_push_back(tl, x)
753 l = lambda outer_x: lambda inner_x: inner_x + 1