N-D tensor.
K-D boolean tensor, K <= N and K must be known statically.
Optional
axis: numberA 0-D int Tensor representing the axis in tensor to mask from. By default, axis is 0 which will mask from the first dimension. Otherwise K + axis <= N.
Generated using TypeDoc
Apply boolean mask to tensor.