MaskedScatterΒΆ
Copies elements from source into self tensor at positions where the mask is True.
Abstract Signature:
MaskedScatter(input: Tensor, mask: Tensor, source: Tensor)
JAX (Core)
API:
βStrategy: Plugin (scatter_indexer)
Copies elements from source into self tensor at positions where the mask is True.
Abstract Signature:
MaskedScatter(input: Tensor, mask: Tensor, source: Tensor)
β