Return the elements, either from `x` or `y`, depending on the `condition`. If both `x` and `y` are None, then this operation returns the coordinates of true elements of `condition`. The coordinates are returned in a 2-D tensor where the first dimension (rows) represents the number of true el
(condition, x=None, y=None, name=None)
source not stored for this graph (policy: none)
no test coverage detected