Broadcast a 1D tensor to a sparse tensor along the batch dimension then perform an operation. Args: input (torch.Tensor): 1D tensor to broadcast. target (SparseTensor): Sparse tensor to broadcast to. op (callable): Operation to perform after broadcasting.
(input: SparseTensor, other: torch.Tensor, op: callable = torch.add)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected